public interface EncodingConverter
| Modifier and Type | Method and Description |
|---|---|
String |
convertBytes(byte[] c,
int offset,
int length,
org.apache.fontbox.cmap.CMap cmap)
Convert bytes to a string.
|
String |
convertString(String s)
Convert a string.
|
String convertString(String s)
s - the string to be convertedString 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 conversionCopyright © 2002-2015 The Apache Software Foundation. All Rights Reserved.