See: Description
Class | Description |
---|---|
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.
|
CompressedStream4D | |
CRC32 |
Computes CRC32 data checksum of a data stream.
|
GZip |
This class implements stream compression using the GZip algorithm provided with the ZLib library.
|
GZip4D | |
GZipStream |
This class implements a stream filter for compressing or uncompressing data stored in the GZip compression format.
|
GZipStream4D | |
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.
|
ZipEntry4D |
This class is used to represent a ZIP file entry.
|
ZipFile | Deprecated
This class was never fully implemented.
|
ZipFile4D | |
ZipStream |
This class implements a stream filter for reading and writing files in the ZIP file format.
|
ZipStream4D | |
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.
|
ZLibStream4D |
Exception | Description |
---|---|
ZipException |
Signals that a Zip exception of some sort has occurred.
|
ZLibException |
This exception may be dispatched by zLib routines.
|