public class EncodingFactory extends Object
Constructor and Description |
---|
EncodingFactory() |
Modifier and Type | Method and 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).
|