Uses of Interface
com.helger.commons.codec.IEncoder
Packages that use IEncoder
-
Uses of IEncoder in com.helger.commons.codec
Subinterfaces of IEncoder in com.helger.commons.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.commons.codec 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 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. -
Uses of IEncoder in com.helger.commons.url
Classes in com.helger.commons.url that implement IEncoderMethods in com.helger.commons.url with parameters of type IEncoderModifier and TypeMethodDescriptionvoidURLParameter.appendTo(StringBuilder aSB, IEncoder<String, String> aQueryParameterEncoder) static StringURLHelper.getQueryParametersAsString(List<? extends URLParameter> aQueryParams, IEncoder<String, String> aQueryParameterEncoder) Create a parameter string.static StringURLHelper.getURLString(String sPath, List<? extends URLParameter> aQueryParams, String sAnchor, IEncoder<String, String> aQueryParameterEncoder) Get the final representation of the URL using the specified elements.