i2p.susi.webmail.encoding
public class EncodingFactory extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CONFIG_ENCODING |
Constructor and Description |
---|
EncodingFactory() |
Modifier and Type | Method and Description |
---|---|
static Set |
availableEncodings()
Returns list of available encodings;
|
static Encoding |
getEncoding(String name)
Retrieve instance of an encoder for a supported encoding (or null).
|
public static final String CONFIG_ENCODING
public static Encoding getEncoding(String name)
name
- name of encoding (e.g. quoted-printable)public static Set availableEncodings()