| Modifier and Type | Interface | Description |
|---|---|---|
interface |
BaseEncoder |
The
BaseEncoder implements the BaseBuilder functionality in
terms of a ByteSender.It implements the Encoder interface
attaching to the "refcodes-io" artifact via the Encoder interface. |
static interface |
BaseEncoder.BaseEncoderConsumer |
The
BaseEncoder.BaseEncoderConsumer implements the BaseEncoder
functionality in terms of a ConnectionComponent. |
interface |
ModemEncoder |
The
ModemEncoder implements a Frequency-shift keyring encoder |
static interface |
ModemEncoder.ModemEncoderConsumer |
The
ModemEncoder.ModemEncoderConsumer implements the ModemEncoder
functionality in terms of a ConnectionComponent. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
BaseEncoderImpl |
Vanilla plain implementation of the
BaseEncoder interface to be used
with ByteSender instances. |
static class |
BaseEncoderImpl.BaseEncoderConsumerImpl |
Vanilla plain implementation of the
BaseEncoder.BaseEncoderConsumer interface
to be used with ByteConsumer (ByteSender) instances. |
class |
BaseOutputStreamEncoderImpl |
Vanilla plain implementation of the
BaseEncoder interface to be used
with OutputStream instances. |
class |
ModemEncoderImpl |
Copyright © 2018. All rights reserved.