Jump to content

Zipios++: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
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.
'''Zipios++''' is a simple multi-platform C++ class library for reading and writing Zip archive files. It 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==
==Version==
* V. 2.0.2 - 2015-04-08 - Stable
* 2.0.2 - 2015-04-08
* 2.1.1 - 2015-12-12
 
==Licence==
*Open source released under the [[LGPL v2.1]]
*Author: Thomas Sondergaard


==Links==
==Links==
Line 8: Line 13:
* Project [http://sourceforge.net/projects/zipios/ page at SourceForge]
* Project [http://sourceforge.net/projects/zipios/ page at SourceForge]


==Licence and availability==
[[Category:C++ Class Libraries]][[Category:Compression]][[Category:Open Source Software]]
* Open source released under the [[LGPL v2.1]] - Actively developed.
 
==Authors==
* Thomas Sondergaard (Original author)
 
[[Category:C++ Class Libraries]][[Category:Compression]][[Category:MS Windows Tools]]
[[Category:Open Source Software]]

Revision as of 03:52, 12 November 2018

Zipios++ is a simple multi-platform C++ class library for reading and writing Zip archive files. It 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

  • 2.0.2 - 2015-04-08
  • 2.1.1 - 2015-12-12

Licence

  • Open source released under the LGPL v2.1
  • Author: Thomas Sondergaard

Links