Uses of Interface
com.helger.commons.codec.IByteArrayEncoder
-
Packages that use IByteArrayEncoder Package Description com.helger.commons.codec -
-
Uses of IByteArrayEncoder in com.helger.commons.codec
Subinterfaces of IByteArrayEncoder in com.helger.commons.codec Modifier and Type Interface Description interfaceIByteArrayCodecInterface for a single byte array encoder + decoder.interfaceIByteArrayStreamEncoderInterface for a single encoder of bytes, based on streams.Classes in com.helger.commons.codec that implement IByteArrayEncoder Modifier and Type Class Description classBase16CodecBase16 encoder and decoder.classBase32CodecBase32 encoder and decoder based on Apache Commons Codec Base32.classBase64CodecEncoder and decoder for Base64classFlateCodecEncoder and decoder for flate compressionclassGZIPCodecEncoder and decoder for GZip compressionclassIdentityByteArrayCodecSpecial implementation ofIByteArrayCodecthat does nothing.classLZWCodecEncoder and decoder for the LZW algorithmclassQuotedPrintableCodecEncoder and decoder for quoted printable stuff.classURLCodecEncoder and decoder for URL stuff based on RFC 3986.
-