Uses of Interface
com.helger.commons.codec.IDecoder
-
Packages that use IDecoder Package Description com.helger.commons.codec com.helger.commons.url -
-
Uses of IDecoder in com.helger.commons.codec
Subinterfaces of IDecoder in com.helger.commons.codec Modifier and Type Interface Description interfaceIByteArrayCodecInterface for a single byte array encoder + decoder.interfaceIByteArrayDecoderInterface for a single decoder of bytes.interfaceIByteArrayStreamDecoderInterface for a single decoder of bytes, based on streams.interfaceICharArrayCodecInterface for a single char array encoder + decoder.interfaceICharArrayDecoderInterface for a single decoder for chars.interfaceICharArrayStreamDecoderInterface 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 IDecoder Modifier and Type Class Description classAbstractRFC1522CodecImplements methods common to all codecs defined in RFC 1522.classASCII85CodecDecoder for ASCII85 encoded valuesclassASCIIHexCodecDecoder for ASCII Hex encodingclassBase16CodecBase16 encoder and decoder.classBase32CodecBase32 encoder and decoder based on Apache Commons Codec Base32.classBase64CodecEncoder and decoder for Base64classDCTCodecDecoder for Discrete Cosinus Transformation (DCT)classFlateCodecEncoder and decoder for flate compressionclassGZIPCodecEncoder and decoder for GZip compressionclassIdentityByteArrayCodecSpecial implementation ofIByteArrayCodecthat does nothing.classIdentityCodec<DATATYPE>Special implementation ofICodecthat does nothing.classLZWCodecEncoder and decoder for the LZW algorithmclassQuotedPrintableCodecEncoder and decoder for quoted printable stuff.classRFC1522BCodecIdentical to the Base64 encoding defined by RFC 1521 and allows a character set to be specified.classRFC1522QCodecSimilar 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.classRFC2616CodecCodec for RFC 2616 HTTP header values.classRunLengthCodecDecoder for run length encodingclassURLCodecEncoder 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 IDecoder Modifier and Type Class Description classURLParameterDecoderDecoder for URL parametersMethods in com.helger.commons.url with parameters of type IDecoder Modifier and Type Method Description static ISimpleURLURLHelper. getAsURLData(String sHref, IDecoder<String,String> aParameterDecoder)Parses the passed URL into a structured formstatic URLParameterListURLHelper. getParsedQueryParameters(String sQueryString, IDecoder<String,String> aParameterDecoder)
-