class |
ASCII85Codec |
Decoder for ASCII85 encoded values
|
class |
ASCIIHexCodec |
Decoder for ASCII Hex encoding
|
class |
Base16Codec |
Base16 encoder and decoder.
|
class |
Base32Codec |
Base32 encoder and decoder based on Apache Commons Codec Base32.
|
class |
Base64Codec |
Encoder and decoder for Base64
|
class |
DCTCodec |
Decoder for Discrete Cosinus Transformation (DCT)
|
class |
FlateCodec |
Encoder and decoder for flate compression
|
class |
GZIPCodec |
Encoder and decoder for GZip compression
|
class |
IdentityByteArrayCodec |
|
class |
LZWCodec |
Encoder and decoder for the LZW algorithm
|
class |
QuotedPrintableCodec |
Encoder and decoder for quoted printable stuff.
|
class |
RunLengthCodec |
Decoder for run length encoding
|
class |
URLCodec |
Encoder and decoder for URL stuff based on RFC 3986.
|