Jump to content

Zipios++: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
Line 8: Line 8:
|WWW=http://zipios.sourceforge.net/
|WWW=http://zipios.sourceforge.net/
}}
}}
'''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.  
'''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. An optional read-only virtual file system that mounts regular directories and zip files is also provided.


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.
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.

Revision as of 23:45, 14 September 2022

Zipios++
Name Zipios++
Version 2.2.0 (Apr 2019)
Vendor Made to Order Software Corporation
Author Thomas Sondergaard
Licence LGPL v2.1
WWW http://zipios.sourceforge.net/

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. An optional read-only virtual file system that mounts regular directories and zip files is also provided.

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
  • 2.2.0 - 2019-04-11

Links