Uses of Interface
com.helger.base.codec.IByteArrayCodec
Packages that use IByteArrayCodec
-
Uses of IByteArrayCodec in com.helger.base.codec
Classes in com.helger.base.codec that implement IByteArrayCodecModifier and TypeClassDescriptionclassSpecial implementation ofIByteArrayCodecthat does nothing. -
Uses of IByteArrayCodec in com.helger.base.codec.base64
Classes in com.helger.base.codec.base64 that implement IByteArrayCodec -
Uses of IByteArrayCodec in com.helger.base.codec.impl
Classes in com.helger.base.codec.impl that implement IByteArrayCodecModifier and TypeClassDescriptionclassBase16 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.classEncoder and decoder for URL stuff based on RFC 3986.