Go to the source code of this file.
|
| class | ZipUtils |
| | Zip Utilities. More...
|
| |
| class | Zipper |
| | It is an Executor class which compresses files into zip format but user should not use it directly instead use ZipUtils::makeZip. More...
|
| |
| class | UnZipper |
| | It is an Executor class which uncompresses files of zip format but user should instead use ZipUtils::UnZipArchive() to unzip complete archive or ZipUtils::UnZipFile() to take one file out of zip archive. More...
|
| |
◆ mMyDeprecated
| #define mMyDeprecated mDeprecated("Use the static functions, see header file for details") |