public interface EncodingConverter
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
convertBytes(byte[] c,
int offset,
int length,
org.apache.fontbox.cmap.CMap cmap)
Convert bytes to a string.
|
java.lang.String |
convertString(java.lang.String s)
Convert a string.
|
java.lang.String convertString(java.lang.String s)
s - the string to be convertedjava.lang.String convertBytes(byte[] c,
int offset,
int length,
org.apache.fontbox.cmap.CMap cmap)
c - the byte array to be convertedoffset - the starting offset of the arraylength - the number of bytescmap - the cmap to be used for conversion