| 1234567891011121314151617 | libzipperMichael McMaster <michael@codesrc.com>libzipper offers a flexible C++ interface for reading and writing compressedfiles in multiple formats. It is intended for use in reading small compresseddata files, such as configuration files and saved games.libzipper currently supports plain, zip, and gzip formats.libzipper is not a general-purpose archive management library, as itdoes not provide access to the filesystem attributes of each file.(ie. libzipper does not support the concepts of file owner, group orpermissions.Missing Features	- zip64 support (for >4Gb zip files)
 |