Skip Navigation Links
Skip Navigation LinksHome
The ZipArchive Library
Version: 3.2.0
 
This library adds ZIP compression functionality to your software.

The ZipArchive Library is written in C++ and offers the following features:
  • Compression, decompression and modification of zip archives.
  • Segmented archives support (splitting and spanning).See It
  • Zip64 format* - practically no limits for sizes and the number of files in archives**.See It
  • AES encryption* - in accordance with the WinZip format.See It
  • Standard zip encryption.See It
  • BZIP2 compression algorithm* - provides a better compression ratio. See It
  • Unicode encoding of filenames and comments in archives.See It
  • In-memory archives processing.See It
  • Progress notifications with controllable frequency of calling callbacks.See It
  • Storing and retrieving custom data in extra fields.See It
  • Possibility of bulk adding files using built-in or custom filters.See It
  • Seeking in compressed data (with certain limitations)*.See It
  • Easy API.See It
  • Source code available.See It
  • Comprehensive documentation with samples.See It
  • Available in STL (cross-platform) and MFC (Windows) versions.See It
  • Available for: Windows, Linux, Mac OS X.See It
  • Compiles under:
    Microsoft Visual Studio 2005, 2003, 6.0, GCC, MinGW, CodeGear C++Builder/Borland.See It
  • 64-bit ready.
  • Supports little-endian and big-endian architectures.See It
  • Can be used in C++/CLI applications.See It
  • Other...See It
Zip64, AES, BZIP2 and Seeking are available in the Full Version only.
** Zip64 is not available for CodeGear C++Builder/Borland.
Back To Top Up