|
fop 2.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.fonts.truetype.OFDirTabEntry
public class OFDirTabEntry
This class represents an entry to a TrueType font's Dir Tab.
Constructor Summary | |
---|---|
OFDirTabEntry()
|
|
OFDirTabEntry(long offset,
long length)
|
Method Summary | |
---|---|
long |
getChecksum()
Returns the checksum. |
long |
getLength()
Returns the length. |
long |
getOffset()
Returns the offset. |
byte[] |
getTag()
Returns the tag bytes. |
java.lang.String |
getTagString()
Returns the tag bytes. |
java.lang.String |
read(FontFileReader in)
Read Dir Tab. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public OFDirTabEntry()
public OFDirTabEntry(long offset, long length)
Method Detail |
---|
public java.lang.String read(FontFileReader in) throws java.io.IOException
in
- font file reader
java.io.IOException
- upon I/O exceptionpublic java.lang.String toString()
toString
in class java.lang.Object
public long getChecksum()
public long getLength()
public long getOffset()
public byte[] getTag()
public java.lang.String getTagString()
|
fop 2.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |