类 WoffWriter.TableDirectoryEntry

java.lang.Object
com.google.typography.font.tools.conversion.woff.WoffWriter.TableDirectoryEntry
封闭类:
WoffWriter

private static class WoffWriter.TableDirectoryEntry extends Object
  • 字段详细资料

    • ENTRY_SIZE

      public static final int ENTRY_SIZE
    • tag

      private long tag
    • origLength

      private long origLength
    • origChecksum

      private long origChecksum
    • compTable

      private byte[] compTable
  • 构造器详细资料

    • TableDirectoryEntry

      private TableDirectoryEntry()
  • 方法详细资料

    • setTag

      public void setTag(int tag)
    • setOrigLength

      public void setOrigLength(int origLength)
    • setOrigChecksum

      public void setOrigChecksum(long origChecksum)
    • setCompTable

      public void setCompTable(byte[] compTable)
    • getCompressedTableLength

      public int getCompressedTableLength()
    • getUncompressedTableLength

      public long getUncompressedTableLength()
    • writeEntry

      public int writeEntry(WritableFontData writableFontData, int tableOffset, int start)
    • writeTable

      public int writeTable(WritableFontData writableFontData, int index)