Package | Description |
---|---|
org.apache.james.mime4j.codec |
Modifier and Type | Method and Description |
---|---|
static EncoderUtil.Encoding |
EncoderUtil.Encoding.valueOf(java.lang.String name)
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.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
EncoderUtil.encodeEncodedWord(java.lang.String text,
EncoderUtil.Usage usage,
int usedCharacters,
java.nio.charset.Charset charset,
EncoderUtil.Encoding encoding)
Encodes the specified text into an encoded word or a sequence of encoded
words separated by space.
|
Copyright © 2004-2016. All Rights Reserved.