mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
d2533e4425
A java.util.zip-like C++ library for reading and writing Zip files
7 lines
294 B
Plaintext
7 lines
294 B
Plaintext
Zipios++ is a java.util.zip-like C++ library for reading and writing Zip
|
|
files. Access to individual entries is provided through standard C++
|
|
iostreams. A simple read-only virtual file system that mounts regular
|
|
directories and zip files is also provided.
|
|
|
|
WWW: http://zipios.sourceforge.net/
|