Package org.apache.abdera.i18n.text
Class Rfc2047Helper
- java.lang.Object
-
- org.apache.abdera.i18n.text.Rfc2047Helper
-
@Deprecated(since="2021-07-29") public class Rfc2047Helper extends Object
Deprecated.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRfc2047Helper.CodecDeprecated.
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_CHARSETDeprecated.
-
Constructor Summary
Constructors Constructor Description Rfc2047Helper()Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static Stringdecode(String value)Deprecated.Used to decode a string as specified by RFC 2047static Stringencode(String value)Deprecated.static Stringencode(String value, String charset)Deprecated.static Stringencode(String value, String charset, Rfc2047Helper.Codec codec)Deprecated.Used to encode a string as specified by RFC 2047
-
-
-
Field Detail
-
DEFAULT_CHARSET
public static final String DEFAULT_CHARSET
Deprecated.- See Also:
- Constant Field Values
-
-
Method Detail
-
encode
public static String encode(String value, String charset, Rfc2047Helper.Codec codec)
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
-
-