Uses of Interface
com.helger.base.codec.IEncoder
Packages that use IEncoder
-
Uses of IEncoder in com.helger.base.codec
Subinterfaces of IEncoder in com.helger.base.codecModifier and TypeInterfaceDescriptioninterfaceInterface for a single byte array encoder + decoder.interfaceInterface for a single encoder of bytes.interfaceInterface for a single encoder of bytes, based on streams.interfaceInterface for a single char array encoder + decoder.interfaceInterface for a single encoder of chars.interfaceInterface for a single encoder of chars, based on reader/writer.interfaceICodec<DATATYPE>Interface for a single encoder + decoder.Classes in com.helger.base.codec that implement IEncoderModifier and TypeClassDescriptionclassSpecial implementation ofIByteArrayCodecthat does nothing.classIdentityCodec<DATATYPE>Special implementation ofICodecthat does nothing. -
Uses of IEncoder in com.helger.base.codec.base64
Classes in com.helger.base.codec.base64 that implement IEncoder -
Uses of IEncoder in com.helger.base.codec.impl
Classes in com.helger.base.codec.impl that implement IEncoderModifier 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 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.classRFC 5987 Encoder.