Uses of Interface
com.helger.commons.codec.ICodec
Packages that use ICodec
-
Uses of ICodec in com.helger.commons.codec
Subinterfaces of ICodec in com.helger.commons.codecModifier and TypeInterfaceDescriptioninterfaceInterface for a single byte array encoder + decoder.interfaceInterface for a single char array encoder + decoder.Classes in com.helger.commons.codec that implement ICodecModifier and TypeClassDescriptionclassImplements methods common to all codecs defined in RFC 1522.classBase16 encoder and decoder.classBase32 encoder and decoder based on Apache Commons Codec Base32.classEncoder and decoder for Base64classEncoder and decoder for flate compressionclassEncoder and decoder for GZip compressionclassSpecial implementation ofIByteArrayCodecthat does nothing.classIdentityCodec<DATATYPE>Special implementation ofICodecthat does nothing.classEncoder 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 header values.classEncoder and decoder for URL stuff based on RFC 3986.