Uses of Interface
org.refcodes.codec.BaseEncoder
-
-
Uses of BaseEncoder in org.refcodes.codec
Subinterfaces of BaseEncoder in org.refcodes.codec Modifier and Type Interface Description static interfaceBaseEncoder.BaseEncoderConsumerTheBaseEncoder.BaseEncoderConsumerimplements theBaseEncoderfunctionality in terms of aConnectionComponent.Classes in org.refcodes.codec that implement BaseEncoder 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.Methods in org.refcodes.codec that return BaseEncoder Modifier and Type Method Description BaseEncoderBaseEncoderImpl. withBaseMetrics(BaseMetrics _baseCodecMetrics)Sets the base codec metrics for the base codec metrics property.
-