Class TableHeader


  • public class TableHeader
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      TableHeader​(int version, int scriptListOffset, int featureListOffset, int lookupListOffset)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • version

        public int version
      • scriptListOffset

        public int scriptListOffset
      • featureListOffset

        public int featureListOffset
      • lookupListOffset

        public int lookupListOffset
    • Constructor Detail

      • TableHeader

        public TableHeader​(int version,
                           int scriptListOffset,
                           int featureListOffset,
                           int lookupListOffset)