Zip Class Reference
A helper class for making REST requests. More...
#include <Zip.hh>
Static Public Member Functions | |
static bool | Compress (const std::string &_src, const std::string &_dst) |
Compress a file or directory. | |
static bool | Extract (const std::string &_src, const std::string &_dst) |
Extract a compressed file. | |
Detailed Description
A helper class for making REST requests.
Member Function Documentation
◆ Compress()
|
static |
Compress a file or directory.
- Parameters
-
[in] _src Path to file or directory to compress [in] _dst Output compressed file path
◆ Extract()
|
static |
Extract a compressed file.
- Parameters
-
[in] _src Path to compressed file [in] _dst Output extracted file path
The documentation for this class was generated from the following file: