Uses of Interface
com.helger.base.codec.IByteArrayStreamDecoder
Packages that use IByteArrayStreamDecoder
-
Uses of IByteArrayStreamDecoder in com.helger.base.codec
Subinterfaces of IByteArrayStreamDecoder in com.helger.base.codecModifier and TypeInterfaceDescriptioninterfaceInterface for a single byte array encoder + decoder.Classes in com.helger.base.codec that implement IByteArrayStreamDecoderModifier and TypeClassDescriptionclassSpecial implementation ofIByteArrayCodecthat does nothing. -
Uses of IByteArrayStreamDecoder in com.helger.base.codec.base64
Classes in com.helger.base.codec.base64 that implement IByteArrayStreamDecoder -
Uses of IByteArrayStreamDecoder in com.helger.base.codec.impl
Classes in com.helger.base.codec.impl that implement IByteArrayStreamDecoderModifier and TypeClassDescriptionclassDecoder for ASCII85 encoded valuesclassDecoder for ASCII Hex encoding.classBase16 encoder and decoder.classBase32 encoder and decoder based on Apache Commons Codec Base32.classEncoder and decoder for flate compressionclassEncoder and decoder for GZip compressionclassEncoder and decoder for the LZW algorithmclassEncoder and decoder for quoted printable stuff.classEncoder and decoder for URL stuff based on RFC 3986.classDecoder for run length encoding