org.apache.abdera.i18n.text
Class Rfc2047Helper
java.lang.Object
org.apache.abdera.i18n.text.Rfc2047Helper
public class Rfc2047Helper
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_CHARSET
public static final String DEFAULT_CHARSET
- See Also:
- Constant Field Values
Rfc2047Helper
public Rfc2047Helper()
encode
public static String encode(String value)
encode
public static String encode(String value,
String charset)
encode
public static String encode(String value,
String charset,
Rfc2047Helper.Codec codec)
- Used to encode a string as specified by RFC 2047
- Parameters:
value
- The string to encodecharset
- The character set to use for the encoding
decode
public static String decode(String value)
- Used to decode a string as specified by RFC 2047
- Parameters:
value
- The encoded string
Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.