21 #ifndef SCZIPHANDLER_H
22 #define SCZIPHANDLER_H
33 bool open(QString fileName);
35 bool contains(QString fileName);
36 bool read(QString fileName, QByteArray &buf);
37 bool write(QString dirName);
38 bool extract(QString name, QString path);
Zip file compression.
Definition: zip.h:49
Definition: scribus_zip.h:28
PKZip 2.0 file decompression. Compatibility with later versions is not ensured as they may use unsupp...
Definition: unzip.h:50