Uses of Interface
com.helger.commons.codec.IDecoder
Packages that use IDecoder
-
Uses of IDecoder in com.helger.commons.codec
Subinterfaces of IDecoder in com.helger.commons.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.commons.codec that implement IDecoderModifier and TypeClassDescriptionclassImplements methods common to all codecs defined in RFC 1522.classDecoder 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.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.classDecoder for run length encodingclassEncoder and decoder for URL stuff based on RFC 3986. -
Uses of IDecoder in com.helger.commons.url
Classes in com.helger.commons.url that implement IDecoderMethods in com.helger.commons.url with parameters of type IDecoderModifier and TypeMethodDescriptionstatic ISimpleURLURLHelper.getAsURLData(String sHref, IDecoder<String, String> aParameterDecoder) Parses the passed URL into a structured formstatic URLParameterListURLHelper.getParsedQueryParameters(String sQueryString, IDecoder<String, String> aParameterDecoder)