Uses of Interface
org.refcodes.codec.BaseDecoder
-
-
Uses of BaseDecoder in org.refcodes.codec
Subinterfaces of BaseDecoder in org.refcodes.codec Modifier and Type Interface Description static interfaceBaseDecoder.BaseDecoderProviderTheBaseDecoder.BaseDecoderProviderimplements theBaseDecoderfunctionality in terms of aConnectionComponent.Classes in org.refcodes.codec that implement BaseDecoder 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.Methods in org.refcodes.codec that return BaseDecoder Modifier and Type Method Description BaseDecoderBaseDecoderImpl. withBaseMetrics(BaseMetrics aBaseMetrics)Sets the base codec metrics for the base codec metrics property.
-