Uses of Interface
com.helger.commons.codec.IByteArrayStreamEncoder
-
Packages that use IByteArrayStreamEncoder Package Description com.helger.commons.codec -
-
Uses of IByteArrayStreamEncoder in com.helger.commons.codec
Subinterfaces of IByteArrayStreamEncoder in com.helger.commons.codec Modifier and Type Interface Description interfaceIByteArrayCodecInterface for a single byte array encoder + decoder.Classes in com.helger.commons.codec that implement IByteArrayStreamEncoder 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.
-