public interface EncodingConverter
Modifier and Type | Method and Description |
---|---|
String |
convertBytes(byte[] c,
int offset,
int length,
CMap cmap)
Convert bytes to a string.
|
String |
convertString(String s)
Convert a string.
|
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.