| Modifier and Type | Interface | Description |
|---|---|---|
interface |
BaseEncoder |
The
BaseEncoder implements the BaseBuilder functionality in
terms of a BytesTransmitter.It implements the Encoder
interface attaching to the "refcodes-io" artifact via the Encoder
interface. |
static interface |
BaseEncoder.BaseEncoderConnection |
The
BaseEncoder.BaseEncoderConnection 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 BytesTransmitter instances. |
static class |
BaseEncoderImpl.BaseEncoderConnectionImpl |
Vanilla plain implementation of the
BaseEncoder.BaseEncoderConnection
interface to be used with BytesSource (BytesTransmitter)
instances. |
class |
BaseOutputStreamEncoder |
Vanilla plain implementation of the
BaseEncoder interface to be used
with OutputStream instances. |
class |
ModemEncoderImpl |
Copyright © 2021. All rights reserved.