Package com.itextpdf.io.font.cmap
Class CMapByteCid
java.lang.Object
com.itextpdf.io.font.cmap.AbstractCMap
com.itextpdf.io.font.cmap.CMapByteCid
- Author:
- psoares
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondecodeSequence
(byte[] cidBytes, int offset, int length) Decode byte sequence.protected int
decodeSingle
(byte[] cidBytes, CMapByteCid.Cursor cursor) Methods inherited from class com.itextpdf.io.font.cmap.AbstractCMap
decodeStringToByte, getName, getOrdering, getRegistry, getSupplement, toUnicodeString
-
Constructor Details
-
CMapByteCid
public CMapByteCid()
-
-
Method Details
-
decodeSequence
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
-