Uses of Interface
org.refcodes.codec.Decoder
-
-
Uses of Decoder in org.refcodes.codec
Subinterfaces of Decoder in org.refcodes.codec Modifier and Type Interface Description interfaceBaseDecoderstatic interfaceBaseDecoder.BaseDecoderProviderTheBaseDecoder.BaseDecoderProviderimplements theBaseDecoderfunctionality in terms of aConnectionComponent.interfaceModemDecoderTheModemDecoderimplements a Frequency-shift keyring decoderstatic interfaceModemDecoder.ModemByteDecoderProviderTheModemDecoder.ModemByteDecoderProviderimplements theModemDecoderfunctionality in terms of aConnectionComponent.static interfaceModemDecoder.ModemShortDecoderProviderTheModemDecoder.ModemShortDecoderProviderimplements theModemDecoderfunctionality in terms of aConnectionComponent.Classes in org.refcodes.codec that implement Decoder Modifier and Type Class Description classBaseDecoderImplVanilla plain implementation of theBaseDecoderinterface to be used withByteReceiverinstances.static classBaseDecoderImpl.BaseDecoderProviderImplVanilla plain implementation of theBaseDecoder.BaseDecoderProviderinterface to be used withByteProvider(ByteReceiver) instances.classBaseInputStreamDecoderImplVanilla plain implementation of theBaseDecoderinterface to be used withInputStreaminstances.classModemDecoderImplstatic classModemDecoderImpl.ModemByteDecoderProviderImplVanilla plain implementation of theModemDecoder.ModemByteDecoderProviderinterface to be used withByteProvider(ByteReceiver) instances.static classModemDecoderImpl.ModemShortDecoderProviderImplVanilla plain implementation of theModemDecoder.ModemByteDecoderProviderinterface to be used withByteProvider(ByteReceiver) instances.
-