i2p.susi.webmail.encoding
Class EncodingFactory

java.lang.Object
  extended by i2p.susi.webmail.encoding.EncodingFactory

public class EncodingFactory
extends Object

Manager class to handle content transfer encodings.

Author:
susi

Constructor Summary
EncodingFactory()
           
 
Method Summary
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).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncodingFactory

public EncodingFactory()
Method Detail

getEncoding

public static Encoding getEncoding(String name)
Retrieve instance of an encoder for a supported encoding (or null).

Parameters:
name - name of encoding (e.g. quoted-printable)
Returns:
Encoder instance

availableEncodings

public static Set<String> availableEncodings()
Returns list of available encodings;

Returns:
List of encodings