diff options
Diffstat (limited to 'libraries/quazip-qt4/README')
-rw-r--r-- | libraries/quazip-qt4/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libraries/quazip-qt4/README b/libraries/quazip-qt4/README new file mode 100644 index 0000000000..aff044eeb5 --- /dev/null +++ b/libraries/quazip-qt4/README @@ -0,0 +1,9 @@ +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. |