See: Description
| Interface | Description |
|---|---|
| Decoder<T> |
Strategy for decoding a
DataBuffer input stream into an output stream
of elements of type <T>. |
| Encoder<T> |
Strategy to encode a stream of Objects of type
<T> into an output
stream of bytes. |
| Class | Description |
|---|---|
| AbstractDecoder<T> |
Abstract base class for
Decoder implementations. |
| AbstractEncoder<T> |
Abstract base class for
Decoder implementations. |
| AbstractSingleValueEncoder<T> |
Abstract base class for
Encoder
classes that can only deal with a single value. |
| ByteBufferDecoder |
Decoder for
ByteBuffers. |
| ByteBufferEncoder |
Encoder for
ByteBuffers. |
| CharSequenceEncoder |
Encode from a
CharSequence stream to a bytes stream. |
| ResourceDecoder |
Decoder for
Resources. |
| ResourceEncoder |
Encoder for
Resources. |
| StringDecoder |
Decode from a bytes stream to a
String stream. |
| Exception | Description |
|---|---|
| CodecException |
Codec related exception, usually used as a wrapper for a cause exception.
|