Class CmapFormat

    • Field Detail

      • format

        protected int format
      • length

        protected int length
      • version

        protected int version
    • Constructor Detail

      • CmapFormat

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

      • create

        protected static CmapFormat create​(int format,
                                           java.io.RandomAccessFile raf)
                                    throws java.io.IOException
        Throws:
        java.io.IOException
      • getFormat

        public int getFormat()
      • getLength

        public int getLength()
      • getVersion

        public int getVersion()
      • mapCharCode

        public abstract int mapCharCode​(int charCode)
      • getFirst

        public abstract int getFirst()
      • getLast

        public abstract int getLast()
      • toString

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