com.googlecode.mp4parser.boxes.threegpp26245
Class FontTableBox.FontRecord

java.lang.Object
  extended by com.googlecode.mp4parser.boxes.threegpp26245.FontTableBox.FontRecord
Enclosing class:
FontTableBox

public static class FontTableBox.FontRecord
extends Object


Constructor Summary
FontTableBox.FontRecord()
           
FontTableBox.FontRecord(int fontId, String fontname)
           
 
Method Summary
 void getContent(ByteBuffer bb)
           
 int getSize()
           
 void parse(ByteBuffer bb)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FontTableBox.FontRecord

public FontTableBox.FontRecord()

FontTableBox.FontRecord

public FontTableBox.FontRecord(int fontId,
                               String fontname)
Method Detail

parse

public void parse(ByteBuffer bb)

getContent

public void getContent(ByteBuffer bb)

getSize

public int getSize()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.