Class CmapIndexEntry


  • public class CmapIndexEntry
    extends java.lang.Object
    Version:
    $Id: CmapIndexEntry.java 1733416 2016-03-03 07:07:13Z gadams $
    • Field Detail

      • platformId

        private int platformId
      • encodingId

        private int encodingId
      • offset

        private int offset
    • Constructor Detail

      • CmapIndexEntry

        protected CmapIndexEntry​(java.io.RandomAccessFile raf)
                          throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • getEncodingId

        public int getEncodingId()
      • getOffset

        public int getOffset()
      • getPlatformId

        public int getPlatformId()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object