Uses of Interface
com.helger.commons.codec.IByteArrayDecoder
Packages that use IByteArrayDecoder
-
Uses of IByteArrayDecoder in com.helger.commons.codec
Subinterfaces of IByteArrayDecoder in com.helger.commons.codecModifier and TypeInterfaceDescriptioninterfaceInterface for a single byte array encoder + decoder.interfaceInterface for a single decoder of bytes, based on streams.Classes in com.helger.commons.codec that implement IByteArrayDecoderModifier and TypeClassDescriptionclassDecoder for ASCII85 encoded valuesclassDecoder for ASCII Hex encodingclassBase16 encoder and decoder.classBase32 encoder and decoder based on Apache Commons Codec Base32.classEncoder and decoder for Base64classDecoder for Discrete Cosinus Transformation (DCT)classEncoder and decoder for flate compressionclassEncoder and decoder for GZip compressionclassSpecial implementation ofIByteArrayCodecthat does nothing.classEncoder and decoder for the LZW algorithmclassEncoder and decoder for quoted printable stuff.classDecoder for run length encodingclassEncoder and decoder for URL stuff based on RFC 3986.