Uses of Enum
org.apache.james.mime4j.codec.EncoderUtil.Encoding
Packages that use EncoderUtil.Encoding
-
Uses of EncoderUtil.Encoding in org.apache.james.mime4j.codec
Methods in org.apache.james.mime4j.codec that return EncoderUtil.EncodingModifier and TypeMethodDescriptionprivate static EncoderUtil.Encoding
EncoderUtil.determineEncoding
(byte[] bytes, EncoderUtil.Usage usage) static EncoderUtil.Encoding
Returns the enum constant of this type with the specified name.static EncoderUtil.Encoding[]
EncoderUtil.Encoding.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.james.mime4j.codec with parameters of type EncoderUtil.EncodingModifier and TypeMethodDescriptionstatic String
EncoderUtil.encodeEncodedWord
(String text, EncoderUtil.Usage usage, int usedCharacters, Charset charset, EncoderUtil.Encoding encoding) Encodes the specified text into an encoded word or a sequence of encoded words separated by space.