| AbstractDataBufferDecoder<T> | Abstract base class for Decoder implementations that can decode a DataBuffer directly to the target element type. |
|---|
| 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. |
|---|
| ByteArrayDecoder | Decoder for byte arrays. |
|---|
| ByteArrayEncoder | Encoder for byte arrays. |
|---|
| ByteBufferDecoder | |
|---|
| ByteBufferEncoder | |
|---|
| CharSequenceEncoder | Encode from a CharSequence stream to a bytes stream. |
|---|
| DataBufferDecoder | |
|---|
| DataBufferEncoder | |
|---|
| Hints | Constants and convenience methods for working with hints. |
|---|
| ResourceDecoder | |
|---|
| ResourceEncoder | |
|---|
| ResourceRegionEncoder | |
|---|
| StringDecoder | Decode from a data buffer stream to a String stream, either splitting or aggregating incoming data chunks to realign along newlines delimiters and produce a stream of strings. |
|---|