The class implements static methods for compressing/uncompressing files.
More...
#include <XGUI_CompressFiles.h>
|
| static bool | compress (const QString &theFile, std::list< std::string > theFiles) |
| | Compress list of file to an archive. More...
|
| |
| static bool | uncompress (const QString &theFile, const QString &theDir) |
| | Uncompress files. More...
|
| |
The class implements static methods for compressing/uncompressing files.
◆ compress()
| bool XGUI_CompressFiles::compress |
( |
const QString & |
theFile, |
|
|
std::list< std::string > |
theFiles |
|
) |
| |
|
static |
Compress list of file to an archive.
- Parameters
-
| theFile | a name of compressed output file |
| theFiles | a list of input files to compress |
◆ uncompress()
| bool XGUI_CompressFiles::uncompress |
( |
const QString & |
theFile, |
|
|
const QString & |
theDir |
|
) |
| |
|
static |
Uncompress files.
- Parameters
-
| theFile | a compressed file |
| theDir | an output directory for uncompressed files |