Package com.helger.commons.codec
package com.helger.commons.codec
-
ClassDescriptionImplements methods common to all codecs defined in RFC 1522.Decoder for ASCII85 encoded valuesDecoder for ASCII Hex encodingBase16 encoder and decoder.Base32 encoder and decoder based on Apache Commons Codec Base32.Encoder and decoder for Base64Decoder for Discrete Cosinus Transformation (DCT)Exception occurred in a decoderException occurred in an encoderEncoder and decoder for flate compressionEncoder and decoder for GZip compressionInterface for a single byte array encoder + decoder.Interface for a single decoder of bytes.Interface for a single encoder of bytes.Interface for a single decoder of bytes, based on streams.Interface for a single encoder of bytes, based on streams.Interface for a single char array encoder + decoder.Interface for a single decoder for chars.Interface for a single encoder of chars.Interface for a single decoder of char, based on reader/writer.Interface for a single encoder of chars, based on reader/writer.ICodec<DATATYPE>Interface for a single encoder + decoder.IDecoder<SRCTYPE,
DSTTYPE> The most basic decoding interfaceSpecial implementation ofIByteArrayCodecthat does nothing.IdentityCodec<DATATYPE>Special implementation ofICodecthat does nothing.IEncoder<SRCTYPE,DSTTYPE> The most basic encoding interfaceEncoder and decoder for the LZW algorithmA single LZW nodeEncoder and decoder for quoted printable stuff.Identical to the Base64 encoding defined by RFC 1521 and allows a character set to be specified.Similar 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.Codec for RFC 2616 HTTP header values.Decoder for run length encodingEncoder and decoder for URL stuff based on RFC 3986.