public class EncodingFactory extends Object
| Constructor | Description |
|---|---|
EncodingFactory() |
| Modifier and Type | Method | Description |
|---|---|---|
static Set<String> |
availableEncodings() |
Returns list of available encodings;
|
static Encoding |
getEncoding(String name) |
Retrieve instance of an encoder for a supported encoding (or null).
|