Zip Compression
Library Tutorials
The Zip Compression Library, EZLib compresses files to two formats
namely zip and gzip. EZLib also allows clients to decompress data from file
archives and memory streams. The compression and decompression tasks are performed
iteratively until task completion.
- Compressing and Decompressing File - Zip Format
The Zip Compression Library, EZLib provides stream and file compression and decompression functionality for the Symbian platforms. The files can be compressed to two formats namely zip and gzip. Compression and Decompression are performed iteratively, till the completion of required task.
- Compressing and Decompressing File - GZip Format
The Zip Compression Library, EZLib provides file compression and decompression functionality for the Symbian platforms. The files can be compressed to two formats namely zip and gzip. gzip is normally used to compress single files.
- Compressing and Decompressing Memory Streams
The Zip Compression Library, EZLib provides stream compression and decompression functionality for the Symbian platforms. This tutorial summarizes the procedure involved in the compression and decompression of memory streams by EZLib.
- Decompressing File Archives
The Zip Compression Library, EZLib provides file archive decompression functionality for the Symbian platforms.