Uses of Interface
org.refcodes.codec.BaseMetricsAccessor.BaseMetricsMutator
-
-
Uses of BaseMetricsAccessor.BaseMetricsMutator in org.refcodes.codec
Subinterfaces of BaseMetricsAccessor.BaseMetricsMutator in org.refcodes.codec Modifier and Type Interface Description interfaceBaseBuilderTheBaseBuilderprovides the functionality to do base encoding and decoding such as done by the Base64 encoding and decoding functionality (see "https://en.wikipedia.org/wiki/Base64").interfaceBaseDecoderstatic interfaceBaseDecoder.BaseDecoderProviderTheBaseDecoder.BaseDecoderProviderimplements theBaseDecoderfunctionality in terms of aConnectionComponent.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.static interfaceBaseMetricsAccessor.BaseCodecMetricsPropertyProvides a base codec metrics property.Classes in org.refcodes.codec that implement BaseMetricsAccessor.BaseMetricsMutator Modifier and Type Class Description classBaseBuilderImplVanilla plain implementation of theBaseBuilderinterface.classBaseDecoderImplVanilla plain implementation of theBaseDecoderinterface to be used withByteReceiverinstances.static classBaseDecoderImpl.BaseDecoderProviderImplVanilla plain implementation of theBaseDecoder.BaseDecoderProviderinterface to be used withByteProvider(ByteReceiver) instances.classBaseEncoderImplVanilla plain implementation of theBaseEncoderinterface to be used withByteSenderinstances.static classBaseEncoderImpl.BaseEncoderConsumerImplVanilla plain implementation of theBaseEncoder.BaseEncoderConsumerinterface to be used withByteConsumer(ByteSender) instances.classBaseInputStreamDecoderImplVanilla plain implementation of theBaseDecoderinterface to be used withInputStreaminstances.classBaseOutputStreamEncoderImplVanilla plain implementation of theBaseEncoderinterface to be used withOutputStreaminstances.
-