Package totalcross.util.zip

Enable support for the GZip and ZLib compression library, a native C implementation.

See:
          Description

Class Summary
GZip This class implements stream compression using the GZip algorithm provided with the ZLib library.
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.
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.
 

Exception Summary
ZLibException This exception may be dispatched by zlib routines.
 

Package totalcross.util.zip Description

Enable support for the GZip and ZLib compression library, a native C implementation.