| AbstractRFC1522Codec |
Implements methods common to all codecs defined in RFC 1522.
|
| Base32Codec |
Base32 encoder and decoder based on Apache Commons Codec Base32.
|
| IByteArrayCodec |
Interface for a single byte array encoder + decoder.
|
| IByteArrayDecoder |
Interface for a single decoder of bytes.
|
| IByteArrayEncoder |
Interface for a single encoder of bytes.
|
| IByteArrayStreamDecoder |
Interface for a single decoder of bytes, based on streams.
|
| IByteArrayStreamEncoder |
Interface for a single encoder of bytes, based on streams.
|
| ICharArrayCodec |
Interface for a single char array encoder + decoder.
|
| ICharArrayDecoder |
Interface for a single decoder for chars.
|
| ICharArrayEncoder |
Interface for a single encoder of chars.
|
| ICharArrayStreamDecoder |
Interface for a single decoder of char, based on reader/writer.
|
| ICharArrayStreamEncoder |
Interface for a single encoder of chars, based on reader/writer.
|
| ICodec |
Interface for a single encoder + decoder.
|
| IDecoder |
The most basic decoding interface
|
| IdentityByteArrayCodec |
|
| IdentityCodec |
Special implementation of ICodec that does nothing.
|
| IEncoder |
The most basic encoding interface
|
| LZWCodec.AbstractLZWDictionary |
|
| LZWCodec.LZWNode |
A single LZW node
|