| Class | Description |
|---|---|
| BASE64Decoder |
This class implements a BASE64 Character decoder as specified in RFC1521.
|
| BASE64Encoder |
This class implements a BASE64 Character encoder as specified in RFC1521.
|
| CharacterDecoder |
This class defines the decoding half of character encoders.
|
| CharacterEncoder |
This class defines the encoding half of character encoders.
|
| Exception | Description |
|---|---|
| CEFormatException | |
| CEStreamExhausted |
This exception is thrown when EOF is reached
|