public class TTFDirTabEntry
extends java.lang.Object
Constructor and Description |
---|
TTFDirTabEntry() |
TTFDirTabEntry(long offset,
long length) |
Modifier and Type | Method and Description |
---|---|
int |
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() |
public TTFDirTabEntry()
public TTFDirTabEntry(long offset, long length)
public java.lang.String read(FontFileReader in) throws java.io.IOException
in
- font file readerjava.io.IOException
- upon I/O exceptionpublic java.lang.String toString()
toString
in class java.lang.Object
public int getChecksum()
public long getLength()
public long getOffset()
public byte[] getTag()
public java.lang.String getTagString()
Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.