|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EncoderUtil.Encoding | |
---|---|
us.monoid.util |
Uses of EncoderUtil.Encoding in us.monoid.util |
---|
Methods in us.monoid.util that return EncoderUtil.Encoding | |
---|---|
static EncoderUtil.Encoding |
EncoderUtil.Encoding.valueOf(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. |
Methods in us.monoid.util with parameters of type EncoderUtil.Encoding | |
---|---|
static 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |