Package org.apache.abdera.i18n.text
Class Rfc2047Helper
java.lang.Object
org.apache.abdera.i18n.text.Rfc2047Helper
Deprecated.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringDeprecated.Used to decode a string as specified by RFC 2047static StringDeprecated.static StringDeprecated.static Stringencode(String value, String charset, Rfc2047Helper.Codec codec) Deprecated.Used to encode a string as specified by RFC 2047
-
Field Details
-
DEFAULT_CHARSET
Deprecated.- See Also:
-
-
Constructor Details
-
Rfc2047Helper
public Rfc2047Helper()Deprecated.
-
-
Method Details
-
encode
Deprecated. -
encode
Deprecated. -
encode
Deprecated.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
Deprecated.Used to decode a string as specified by RFC 2047- Parameters:
value- The encoded string
-