Class OFDirTabEntry

java.lang.Object
org.apache.fop.fonts.truetype.OFDirTabEntry

public class OFDirTabEntry extends Object
This class represents an entry to a TrueType font's Dir Tab.
  • Constructor Details

    • OFDirTabEntry

      public OFDirTabEntry()
    • OFDirTabEntry

      public OFDirTabEntry(long offset, long length)
  • Method Details

    • read

      public String read(FontFileReader in) throws IOException
      Read Dir Tab.
      Parameters:
      in - font file reader
      Returns:
      tag name
      Throws:
      IOException - upon I/O exception
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getChecksum

      public long getChecksum()
      Returns the checksum.
      Returns:
      int
    • getLength

      public long getLength()
      Returns the length.
      Returns:
      long
    • getOffset

      public long getOffset()
      Returns the offset.
      Returns:
      long
    • getTag

      public byte[] getTag()
      Returns the tag bytes.
      Returns:
      byte[]
    • getTagString

      public String getTagString()
      Returns the tag bytes.
      Returns:
      byte[]