Class CMapByteCid

    • Field Detail

      • planes

        private java.util.List<int[]> planes
    • Constructor Detail

      • CMapByteCid

        public CMapByteCid()
    • Method Detail

      • decodeSequence

        public java.lang.String decodeSequence​(byte[] cidBytes,
                                               int offset,
                                               int length)
        Decode byte sequence.
        Parameters:
        cidBytes - byteCodeBytes
        offset - number of bytes to skip before starting to return chars from the sequence
        length - number of bytes to process
        Returns:
        string that contains decoded representation of the given sequence
      • decodeSingle

        protected int decodeSingle​(byte[] cidBytes,
                                   CMapByteCid.Cursor cursor)
      • encodeSequence

        private void encodeSequence​(byte[] seq,
                                    int cid)