| Modifier and Type | Interface and 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 and 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
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
ModemByteDecoderProvider
interface to be used with ByteProvider (ByteReceiver)
instances. |
static class |
ModemDecoderImpl.ModemShortDecoderProviderImpl
Vanilla plain implementation of the
ModemByteDecoderProvider
interface to be used with ByteProvider (ByteReceiver)
instances. |
Copyright © 2018. All rights reserved.