public interface Converter
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION
Class version string 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
convert(byte[] pValue,
       java.lang.String pEncoding)
Converts the byte array into a Java UNICODE String using the
 specified encoding. 
 | 
java.util.Dictionary | 
convert(java.util.Dictionary pValue,
       java.lang.String pEncoding)
Converts all of the keys and values in the supplied dictionary to
 UNICODE Strings using the specified encoding. 
 | 
java.lang.String | 
convert(java.lang.String pValue,
       java.lang.String pEncoding)
Converts the byte array into a Java UNICODE String using the
 specified encoding. 
 | 
java.lang.String | 
getFallbackEncoding()
The encoding type to use when the actual encoding type of data to
 convert could not be discerned. 
 | 
void | 
setFallbackEncoding(java.lang.String pValue)
The encoding type to use when the actual encoding type of data to
 convert could not be discerned. 
 | 
static final java.lang.String CLASS_VERSION
void setFallbackEncoding(java.lang.String pValue)
java.lang.String getFallbackEncoding()
java.lang.String convert(byte[] pValue,
                       java.lang.String pEncoding)
                         throws java.io.IOException
java.io.IOExceptionjava.lang.String convert(java.lang.String pValue,
                       java.lang.String pEncoding)
                         throws java.io.IOException
java.io.IOExceptionjava.util.Dictionary convert(java.util.Dictionary pValue,
                           java.lang.String pEncoding)
                             throws java.io.IOException
java.io.IOException