public class EncodingUtilities
extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
protected static java.util.Map |
ENCODINGS |
The standard to Java encoding table.
|
| Modifier | Constructor | Description |
|---|---|---|
protected |
EncodingUtilities() |
This class does not need to be instantiated.
|
| Modifier and Type | Method | Description |
|---|---|---|
static java.lang.String |
javaEncoding(java.lang.String encoding) |
Returns the Java encoding string mapped with the given standard
encoding string.
|
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.