| Interface | Description |
|---|---|
| Encoder |
Encode and decode byte arrays (typically from binary to 7-bit ASCII
encodings).
|
| Class | Description |
|---|---|
| ASCIIUtil |
Set of utility classes for handling common encoding-related
manipulations.
|
| Base64 | |
| Base64DecoderStream |
An implementation of a FilterInputStream that decodes the
stream data in BASE64 encoding format.
|
| Base64Encoder | |
| Base64EncoderStream |
An implementation of a FilterOutputStream that encodes the
stream data in BASE64 encoding format.
|
| Hex | |
| HexEncoder | |
| QuotedPrintable | |
| QuotedPrintableDecoderStream |
An implementation of a FilterOutputStream that decodes the
stream data in Q-P encoding format.
|
| QuotedPrintableEncoder | |
| QuotedPrintableEncoderStream |
An implementation of a FilterOutputStream that encodes the
stream data in Q-P encoding format.
|
| RFC2231Encoder |
Encoder for RFC2231 encoded parameters
RFC2231 string are encoded as
charset'language'encoded-text
and
encoded-text = *(char / hexchar)
where
char is any ASCII character in the range 33-126, EXCEPT
the characters "%" and " ".
|
| SessionUtil |
Simple utility class for managing session properties.
|
| StringBufferOutputStream |
An implementation of an OutputStream that writes the data directly
out to a StringBuffer object.
|
| UUDecoderStream |
An implementation of a FilterOutputStream that decodes the
stream data in UU encoding format.
|
| UUEncode | |
| UUEncoder | |
| UUEncoderStream |
An implementation of a FilterOutputStream that encodes the
stream data in UUencoding format.
|
| XText |
Encoder for RFC1891 xtext.
|
| XTextEncoder |