Langmuir
Simulation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
gzipper.h
Go to the documentation of this file.
1 #ifndef GZIPPER_H
2 #define GZIPPER_H
3 
4 #include <QString>
5 
12 QString gunzip(QString fileName, bool *wasZipped = NULL);
13 
19 QString gzip (QString fileName);
20 
21 #endif // GZIPPER_H
QString gunzip(QString fileName, bool *wasZipped=NULL)
gunzip a file using QProcess
QString gzip(QString fileName)
gzip a file using QProcess