#include <zipfile.h>
Inheritance diagram for Spm::Util::ZipFile:
Public Member Functions | |
ZipFile (const boost::filesystem::path &file) | |
bool | uncompress (const boost::filesystem::path &dest) |
Uncompress the whole archive. | |
bool | extract (const std::string &file, const boost::filesystem::path &to) |
Extract a single file from the archive. |
|
|
|
Extract a single file from the archive.
Implements Spm::Util::Compressed. |
|
Uncompress the whole archive.
Implements Spm::Util::Compressed. |