README 598 B

1234567891011121314151617
  1. libzipper
  2. Michael McMaster <michael@codesrc.com>
  3. libzipper offers a flexible C++ interface for reading and writing compressed
  4. files in multiple formats. It is intended for use in reading small compressed
  5. data files, such as configuration files and saved games.
  6. libzipper currently supports plain, zip, and gzip formats.
  7. libzipper is not a general-purpose archive management library, as it
  8. does not provide access to the filesystem attributes of each file.
  9. (ie. libzipper does not support the concepts of file owner, group or
  10. permissions.
  11. Missing Features
  12. - zip64 support (for >4Gb zip files)