Class | Description |
---|---|
BZip |
Provides a compression algorithm for the old Unix "bzip".
|
CompressEngine |
The
compress method reads an InputStream
and writes a compressed version to an OutputStream. |
EncodingManager |
Excapsulates a ByteBuffer and provides conversion operations:
uuencode, base64, compress, gzip, deflate,
toImage, toString(Charset).
|
EncodingManager.BBInputStream | |
EncodingManager.BBOutputStream |
An OutputStream that sends its data to an ExcodingManager.
|
PrintableEncodings |
Auxiliary class for EncodingManager with encoders/decoders for
url (%xx), entity (&name;), quoted-printable (=XX)
uu & base64 (both encode 3 bytes in 4),
All methods are static.
|
Enum | Description |
---|---|
EncodingManager.Compression |
BZIP2, // modern Unix program: bzip2 [www.bzip.org]
GZIP, // old Unix program: gzip.
|
PrintableEncodings.CRLFoption |