| Modifier and Type | Interface | Description |
|---|---|---|
interface |
BaseDecoder |
|
static interface |
BaseDecoder.BaseDecoderProvider |
The
BaseDecoder.BaseDecoderProvider implements the BaseDecoder
functionality in terms of a ConnectionComponent. |
interface |
ModemDecoder |
The
ModemDecoder implements a Frequency-shift keyring decoder |
static interface |
ModemDecoder.ModemByteDecoderProvider |
The
ModemDecoder.ModemByteDecoderProvider implements the ModemDecoder
functionality in terms of a ConnectionComponent. |
static interface |
ModemDecoder.ModemShortDecoderProvider |
The
ModemDecoder.ModemShortDecoderProvider implements the ModemDecoder
functionality in terms of a ConnectionComponent. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
BaseDecoderImpl |
Vanilla plain implementation of the
BaseDecoder interface to be used
with ByteReceiver instances. |
static class |
BaseDecoderImpl.BaseDecoderProviderImpl |
Vanilla plain implementation of the
BaseDecoder.BaseDecoderProvider interface
to be used with ByteProvider (ByteReceiver) instances. |
class |
BaseInputStreamDecoderImpl |
Vanilla plain implementation of the
BaseDecoder interface to be used
with InputStream instances. |
class |
ModemDecoderImpl |
|
static class |
ModemDecoderImpl.ModemByteDecoderProviderImpl |
Vanilla plain implementation of the
ModemDecoder.ModemByteDecoderProvider
interface to be used with ByteProvider (ByteReceiver)
instances. |
static class |
ModemDecoderImpl.ModemShortDecoderProviderImpl |
Vanilla plain implementation of the
ModemDecoder.ModemByteDecoderProvider
interface to be used with ByteProvider (ByteReceiver)
instances. |
Copyright © 2018. All rights reserved.