Interface ModemEncoder
- All Superinterfaces:
ByteSource, BytesSource, BytesTransmitter, ByteTransmitter, Closable, Closable.CloseAutomaton, ClosedAccessor, ConnectableComponent, ConnectableComponent.ConnectableAutomaton, ConnectionStatusAccessor, Encoder, Flushable, Flushable, ModulatorStatusAccessor, OpenedAccessor, OutputStreamAccessor, Transmittable
- All Known Subinterfaces:
ModemEncoder.ModemEncoderConsumer
- All Known Implementing Classes:
ModemEncoderImpl
The
ModemEncoder implements a Frequency-shift keyring encoder. "...
Frequency-shift keyring (FSK) is a frequency modulation scheme in which
digital information is transmitted through discrete frequency changes of a
carrier signal ..." (Wikipedia)- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceTheModemEncoder.ModemEncoderConsumerimplements theModemEncoderfunctionality in terms of aConnectionComponent.Nested classes/interfaces inherited from interface BytesTransmitter
BytesTransmitter.TransmitterOutputStreamNested 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 Flushable
Flushable.FlushBuilder<B>Nested classes/interfaces inherited from interface ModulatorStatusAccessor
ModulatorStatusAccessor.ModulatorStatusBuilder<B>, ModulatorStatusAccessor.ModulatorStatusMutator, ModulatorStatusAccessor.ModulatorStatusPropertyNested classes/interfaces inherited from interface OpenedAccessor
OpenedAccessor.OpenedMutator, OpenedAccessor.OpenedPropertyNested classes/interfaces inherited from interface OutputStreamAccessor
OutputStreamAccessor.OutputStreamBuilder<B>, OutputStreamAccessor.OutputStreamMutator, OutputStreamAccessor.OutputStreamProperty -
Method Summary
Methods inherited from interface BytesSource
transmitByte, transmitBytesMethods inherited from interface BytesTransmitter
getOutputStream, transmitBytesMethods inherited from interface ByteTransmitter
flushMethods 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 Flushable
flushUnchecked, isFlushableMethods inherited from interface ModulatorStatusAccessor
getModulatorStatus