Class ModemDecoderImpl
java.lang.Object
org.refcodes.component.AbstractConnectable
org.refcodes.io.AbstractBytesDestination
org.refcodes.io.AbstractBytesReceiver
org.refcodes.codec.ModemDecoderImpl
- All Implemented Interfaces:
Decoder, DemodulatorStatusAccessor, ModemDecoder, Closable, Closable.CloseAutomaton, ClosedAccessor, ConnectableComponent, ConnectableComponent.ConnectableAutomaton, ConnectionStatusAccessor, OpenedAccessor, Availability, ByteDestination, ByteReceiver, BytesDestination, BytesReceiver, Receivable, Skippable, TimeoutInputStreamAccessor, InputStreamAccessor
- Direct Known Subclasses:
ModemDecoderImpl.ModemByteDecoderProviderImpl, ModemDecoderImpl.ModemShortDecoderProviderImpl
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classVanilla plain implementation of theModemDecoder.ModemByteDecoderProviderinterface to be used withBytesDestination(BytesReceiver) instances.static classVanilla plain implementation of theModemDecoder.ModemByteDecoderProviderinterface to be used withBytesDestination(BytesReceiver) instances.Nested classes/interfaces inherited from class AbstractBytesReceiver
AbstractBytesReceiver.ConnectableAutomatonNested classes/interfaces inherited from interface BytesReceiver
BytesReceiver.ReceiverInputStreamNested classes/interfaces inherited from interface Closable
Closable.CloseAutomaton, Closable.CloseBuilder<B>Nested classes/interfaces inherited from interface ClosedAccessor
ClosedAccessor.ClosedMutator, ClosedAccessor.ClosedPropertyNested classes/interfaces inherited from interface ConnectableComponent
ConnectableComponent.ConnectableAutomatonNested classes/interfaces inherited from interface ConnectionStatusAccessor
ConnectionStatusAccessor.ConnectionStatusMutator, ConnectionStatusAccessor.ConnectionStatusPropertyNested classes/interfaces inherited from interface DemodulatorStatusAccessor
DemodulatorStatusAccessor.DemodulatorStatusBuilder<B>, DemodulatorStatusAccessor.DemodulatorStatusMutator, DemodulatorStatusAccessor.DemodulatorStatusPropertyNested classes/interfaces inherited from interface InputStreamAccessor
InputStreamAccessor.InputStreamBuilder<B>, InputStreamAccessor.InputStreamMutator, InputStreamAccessor.InputStreamPropertyNested classes/interfaces inherited from interface ModemDecoder
ModemDecoder.ModemByteDecoderProvider, ModemDecoder.ModemShortDecoderProviderNested classes/interfaces inherited from interface OpenedAccessor
OpenedAccessor.OpenedMutator, OpenedAccessor.OpenedPropertyNested classes/interfaces inherited from interface TimeoutInputStreamAccessor
TimeoutInputStreamAccessor.TimeoutInputStreamBuilder<B>, TimeoutInputStreamAccessor.TimeoutInputStreamMutator, TimeoutInputStreamAccessor.TimeoutInputStreamProperty -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BytesReceiverprotected LinkedBlockingQueue<Byte> protected ModemMetricsprotected ShortsReceiverFields inherited from class AbstractBytesReceiver
_automatonFields inherited from class AbstractBytesDestination
DATAGRAM_QUEUE_SIZE -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedModemDecoderImpl(ModemMetrics aModemMetrics) ModemDecoderImpl(ModemMetrics aModemMetrics, BytesDestination aByteProvider) Instantiates a new modem decoder impl.ModemDecoderImpl(ModemMetrics aModemMetrics, BytesReceiver aByteReceiver) Instantiates a new modem decoder impl.ModemDecoderImpl(ModemMetrics aModemMetrics, ShortsDestination aShortProvider) Instantiates a new modem decoder impl.ModemDecoderImpl(ModemMetrics aModemMetrics, ShortsReceiver aShortReceiver) Instantiates a new modem decoder impl. -
Method Summary
Modifier and TypeMethodDescriptionintRetrieves the Demodulator-Status from the Demodulator-Status property.byte[]bytebyte[]receiveBytes(int aLength) Methods inherited from class AbstractBytesReceiver
close, getConnectionStatus, isClosable, isClosed, isOpenable, isOpened, open, setConnectionStatusMethods inherited from class AbstractBytesDestination
pushDatagram, pushDatagrams, pushDatagramsMethods inherited from class AbstractConnectable
isThrownAsOfAlreadyClosedMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Availability
hasAvailableMethods inherited from interface BytesDestination
receiveBytesMethods inherited from interface BytesReceiver
getInputStream, getInputStream, receiveBytesWithin, receiveBytesWithin, receiveByteWithin, skipMethods inherited from interface Closable
close, closeIn, closeQuietly, closeUncheckedMethods inherited from interface Closable.CloseAutomaton
isClosableMethods inherited from interface ClosedAccessor
isClosedMethods inherited from interface ConnectionStatusAccessor
getConnectionStatus, isOpenedMethods inherited from interface Skippable
skipAvailable, skipAvailableExcept, skipAvailableTill, skipAvailableTillSilenceFor, skipAvailableTillSilenceFor, skipAvailableWithin, skipAvailableWithin, skipAvailableWithin
-
Field Details
-
_modemMetrics
-
_datagramQueue
-
_byteReceiver
-
_shortReceiver
-
-
Constructor Details
-
ModemDecoderImpl
Instantiates a new modem decoder impl.- Parameters:
aModemMetrics- the modem metricsaByteProvider- the byte provider
-
ModemDecoderImpl
Instantiates a new modem decoder impl.- Parameters:
aModemMetrics- the modem metricsaShortProvider- the short provider
-
ModemDecoderImpl
Instantiates a new modem decoder impl.- Parameters:
aModemMetrics- the modem metricsaShortReceiver- the short receiver
-
ModemDecoderImpl
Instantiates a new modem decoder impl.- Parameters:
aModemMetrics- the modem metricsaByteReceiver- the byte receiver
-
ModemDecoderImpl
-
-
Method Details
-
receiveAllBytes
public byte[] receiveAllBytes()- Specified by:
receiveAllBytesin interfaceBytesDestination- Specified by:
receiveAllBytesin interfaceBytesReceiver- Overrides:
receiveAllBytesin classAbstractBytesReceiver
-
available
public int available()- Specified by:
availablein interfaceAvailability- Specified by:
availablein interfaceSkippable- Overrides:
availablein classAbstractBytesReceiver
-
receiveBytes
public byte[] receiveBytes(int aLength) - Specified by:
receiveBytesin interfaceBytesDestination- Specified by:
receiveBytesin interfaceBytesReceiver- Overrides:
receiveBytesin classAbstractBytesReceiver
-
receiveByte
- Specified by:
receiveBytein interfaceByteDestination- Specified by:
receiveBytein interfaceBytesDestination- Overrides:
receiveBytein classAbstractBytesReceiver- Throws:
IOException
-
getDemodulatorStatus
Retrieves the Demodulator-Status from the Demodulator-Status property.- Specified by:
getDemodulatorStatusin interfaceDemodulatorStatusAccessor- Returns:
- The Demodulator-Status stored by the Demodulator-Status property.
-