zipios++-2.2.6

C++ library for reading and writing Zip files using streams

Index | archivers

Description

Zipios is a small C++ library for reading and writing zip files. The structure
and public interface are based (somewhat loosely) on the java.util.zip package.
The streams created to access the individual entries in a zip file are based on
the standard iostream library.

Homepage: https://snapwebsites.org/project/zipios

Categories: devel, archivers