Uses of Interface
com.helger.base.codec.IDecoder
Packages that use IDecoder
-
Uses of IDecoder in com.helger.base.codec
Subinterfaces of IDecoder in com.helger.base.codecModifier and TypeInterfaceDescriptioninterfaceInterface for a single byte array encoder + decoder.interfaceInterface for a single decoder of bytes.interfaceInterface for a single decoder of bytes, based on streams.interfaceInterface for a single char array encoder + decoder.interfaceInterface for a single decoder for chars.interfaceInterface for a single decoder of char, based on reader/writer.interfaceICodec<DATATYPE>Interface for a single encoder + decoder.Classes in com.helger.base.codec that implement IDecoderModifier and TypeClassDescriptionclassSpecial implementation ofIByteArrayCodecthat does nothing.classIdentityCodec<DATATYPE>Special implementation ofICodecthat does nothing. -
Uses of IDecoder in com.helger.base.codec.base64
Classes in com.helger.base.codec.base64 that implement IDecoder -
Uses of IDecoder in com.helger.base.codec.impl
Classes in com.helger.base.codec.impl that implement IDecoderModifier and TypeClassDescriptionclassImplements methods common to all codecs defined in RFC 1522.classDecoder for ASCII85 encoded valuesclassDecoder for ASCII Hex encoding.classBase16 encoder and decoder.classBase32 encoder and decoder based on Apache Commons Codec Base32.classDecoder for Discrete Cosinus Transformation (DCT)classEncoder and decoder for flate compressionclassEncoder and decoder for GZip compressionclassEncoder and decoder for the LZW algorithmclassEncoder and decoder for quoted printable stuff.classIdentical to the Base64 encoding defined by RFC 1521 and allows a character set to be specified.classSimilar to the Quoted-Printable content-transfer-encoding defined in RFC 1521 and designed to allow text containing mostly ASCII characters to be decipherable on an ASCII terminal without decoding.classCodec for RFC 2616 (HTTP/1.1) HTTP header values.classEncoder and decoder for URL stuff based on RFC 3986.classDecoder for run length encoding