| Modifier and Type | Interface | Description |
|---|---|---|
interface |
BaseDecoder |
|
static interface |
BaseDecoder.BaseDecoderConnection |
The
BaseDecoder.BaseDecoderConnection 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 BytesReceiver instances. |
static class |
BaseDecoderImpl.BaseDecoderConnectionImpl |
Vanilla plain implementation of the
BaseDecoder.BaseDecoderConnection
interface to be used with BytesDestination
(BytesReceiver) instances. |
class |
BaseInputStreamDecoder |
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 BytesDestination
(BytesReceiver) instances. |
static class |
ModemDecoderImpl.ModemShortDecoderProviderImpl |
Vanilla plain implementation of the
ModemDecoder.ModemByteDecoderProvider
interface to be used with BytesDestination
(BytesReceiver) instances. |
Copyright © 2021. All rights reserved.