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