Uses of Class
org.apache.abdera.i18n.text.Rfc2047Helper.Codec

Packages that use Rfc2047Helper.Codec
org.apache.abdera.i18n.text   
 

Uses of Rfc2047Helper.Codec in org.apache.abdera.i18n.text
 

Methods in org.apache.abdera.i18n.text that return Rfc2047Helper.Codec
static Rfc2047Helper.Codec Rfc2047Helper.Codec.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Rfc2047Helper.Codec[] Rfc2047Helper.Codec.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.abdera.i18n.text with parameters of type Rfc2047Helper.Codec
static String Rfc2047Helper.encode(String value, String charset, Rfc2047Helper.Codec codec)
          Used to encode a string as specified by RFC 2047
 



Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.