mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
fb830e1345
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
10 lines
451 B
Text
10 lines
451 B
Text
QuaZIP is a simple C++ wrapper over Gilles Vollant's ZIP/UNZIP package
|
|
that can be used to access ZIP archives. It uses the Qt toolkit.
|
|
|
|
QuaZIP allows you to access files inside ZIP archives using QIODevice API,
|
|
and - yes! - 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.
|
|
|