| Package | Description |
|---|---|
| com.helger.commons.codec |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IByteArrayCodec
Interface for a single byte array encoder + decoder.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractByteArrayCodec
Abstract base class for
IByteArrayCodec |
class |
AbstractRFC1522Codec
Implements methods common to all codecs defined in RFC 1522.
|
class |
Base64Codec
Encoder and decoder for Base64
|
class |
FlateCodec
Encoder and decoder for flate compression
|
class |
IdentityCodec<DATATYPE>
The most simple codec, that does not do anything :)
|
class |
LZWCodec
Encoder and decoder for the LZW algorithm
|
class |
QuotedPrintableCodec
Encoder and decoder for quoted printable stuff
|
class |
RFC1522BCodec
Identical to the Base64 encoding defined by RFC 1521 and allows a
character set to be specified.
|
class |
RFC1522QCodec
Similar 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.
|
class |
URLCodec
Encoder and decoder for URL stuff
|
Copyright © 2014–2015 Philip Helger. All rights reserved.