Zipios++: Difference between revisions
Appearance
Created page with "Zipios++ is a simple multi-platform C++ class library for reading and writing Zip archive files and is a functional clone of the Java standard library "java.util.zip". Acc..." |
mNo edit summary |
||
Line 8: | Line 8: | ||
* Project [http://sourceforge.net/projects/zipios/ page at SourceForge] | * Project [http://sourceforge.net/projects/zipios/ page at SourceForge] | ||
== | ==Licence and availability== | ||
* Open source released under the [[LGPL | * Open source released under the [[LGPL v2.1]] - Actively developed. | ||
==Authors== | ==Authors== | ||
Line 15: | Line 15: | ||
[[Category:Tools]][[Category:C++]][[Category:Compression]][[Category:MS Windows Tools]][[Category:Generic Unix Tools]] | [[Category:Tools]][[Category:C++]][[Category:Compression]][[Category:MS Windows Tools]][[Category:Generic Unix Tools]] | ||
[[Category:Open Source Software]] |
Revision as of 21:29, 24 June 2016
Zipios++ is a simple multi-platform C++ class library for reading and writing Zip archive files and is a functional clone of the Java standard library "java.util.zip". Access to the individual entries is provided through standard C++ iostreams. A optional read-only virtual file system that mounts regular directories and zip files is also provided. Note that there is no OS/2 specific port, however the Zipios++ iostream class is so generic that just add an "OS/2" to the Unix targets in make causes it to compile correctly using GCC, some minor porting will probably have to be made when using other compilers.
Version
- V. 2.0.2 - 2015-04-08 - Stable
Links
- Zipios++ homepage
- Project page at SourceForge
Licence and availability
- Open source released under the LGPL v2.1 - Actively developed.
Authors
- Thomas Sondergaard (Original author)