| Class | Description |
|---|---|
| Base64InputStream |
Performs Base-64 decoding on an underlying stream.
|
| Base64OutputStream |
This class implements section 6.8.
|
| CodecUtil |
Utility methods related to codecs.
|
| DecodeMonitor |
This class is used to drive how decoder/parser should deal with malformed
and unexpected data.
|
| DecoderUtil |
Static methods for decoding strings, byte arrays and encoded words.
|
| EncoderUtil |
Static methods for encoding header field values.
|
| QuotedPrintableInputStream |
Performs Quoted-Printable decoding on an underlying stream.
|
| QuotedPrintableOutputStream |
Performs Quoted-Printable encoding on an underlying stream.
|
| Enum | Description |
|---|---|
| EncoderUtil.Encoding |
Selects one of the two encodings specified in RFC 2047.
|
| EncoderUtil.Usage |
Indicates the intended usage of an encoded word.
|
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.