logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

quazip - C++/Qt wrapper for UNZIP/ZIP

Author

       This program was  written  by  Sergey  A.  Tachenov.   This  manual  page  was  written  by  Eric  Maeker
       <eric.maeker@gmail.com>.

                                                  14 July 2014                                         QuaZIP(1)

Description

QuaZIP  is  a  simple  C++ wrapper over Gilles Vollant's ZIP/UNZIP package that can be used to access ZIP
       archives. It uses Trolltech's Qt toolkit.  QuaZIP allows you to access files inside  ZIP  archives  using
       QIODevice  API,  and that means that you can also use QTextStream, QDataStream or whatever you would like
       to use on your zipped files.  QuaZIP provides complete abstraction of the ZIP/UNZIP API, for both reading
       from and writing to ZIP archives.

Name

       quazip - C++/Qt wrapper for UNZIP/ZIP

See Also

minizip(1), miniunzip(1), zlib(3), zip(1).

Synopsis

quazip

See Also