| Adler32 |
Computes an Adler-32 checksum for a stream of data.
|
| Checksum |
Interface to compute a data checksum used by checked input/output streams.
|
| CompressedStream |
Base class for stream filters that perform data compression and decompression.
|
| CRC32 |
Computes CRC32 data checksum of a data stream.
|
| GZip |
This class implements stream compression using the GZip algorithm provided with the ZLib library.
|
| GZipStream |
This class implements a stream filter for compressing or uncompressing data stored in the GZip compression format.
|
| TCZ |
A tcz (TotalCross Zip) file has the following format:
version (2 bytes)
attributes (2 bytes)
base offset (header size + 4)
header
compressed data chunks
The header is:
length (4 bytes)
offsets array (length+1) - offset[i+1]-offset[i] gives the compressed size
uncompressed sizes array (length)
names array (length)
The header is compressed to save space.
|
| TCZ.Entry |
An entry of the TCZ file.
|
| ZipEntry |
This class is used to represent a ZIP file entry.
|
| ZipFile |
Deprecated.
|
| ZipStream |
This class implements a stream filter for reading and writing files in the ZIP file format.
|
| ZLib |
This class implements stream compression with the ZLib library.
|
| ZLibStream |
This class implements a stream filter for compressing or uncompressing data stored in the ZLib compression format.
|