public final class EncoderDecoderMixins
extends java.lang.Object
Implemented as separate classes as the bufferSize option may be used by both.
Modifier and Type | Class and Description |
---|---|
static class |
EncoderDecoderMixins.BufferSizeMixin
Adds a
bufferSize option (default 2048), to be used alongside a decoder/encoder (or both) option. |
static class |
EncoderDecoderMixins.DecoderMixin
Adds an
decoder option (default CRLF) and activates a profile named after the chosen decoder. |
static class |
EncoderDecoderMixins.EncoderMixin
Adds an
encoder option (default CRLF) and activates a profile named after the chosen encoder. |
static class |
EncoderDecoderMixins.Encoding |