Uses of Interface
org.refcodes.codec.Encoder
-
-
Uses of Encoder in org.refcodes.codec
Subinterfaces of Encoder in org.refcodes.codec Modifier and Type Interface Description interfaceBaseEncoderTheBaseEncoderimplements theBaseBuilderfunctionality in terms of aByteSender.It implements theEncoderinterface attaching to the "refcodes-io" artifact via theEncoderinterface.static interfaceBaseEncoder.BaseEncoderConsumerTheBaseEncoder.BaseEncoderConsumerimplements theBaseEncoderfunctionality in terms of aConnectionComponent.interfaceModemEncoderTheModemEncoderimplements a Frequency-shift keyring encoderstatic interfaceModemEncoder.ModemEncoderConsumerTheModemEncoder.ModemEncoderConsumerimplements theModemEncoderfunctionality in terms of aConnectionComponent.Classes in org.refcodes.codec that implement Encoder Modifier and Type Class Description classBaseEncoderImplVanilla plain implementation of theBaseEncoderinterface to be used withByteSenderinstances.static classBaseEncoderImpl.BaseEncoderConsumerImplVanilla plain implementation of theBaseEncoder.BaseEncoderConsumerinterface to be used withByteConsumer(ByteSender) instances.classBaseOutputStreamEncoderImplVanilla plain implementation of theBaseEncoderinterface to be used withOutputStreaminstances.classModemEncoderImpl
-