38 void pack(
const std::vector<std::string>& vFileList,
const std::string& sTargetFile,
Type type =
ARCHIVE_AUTO);
39 std::vector<std::string>
unpack(
const std::string& sArchiveName,
const std::string& sTargetPath);
std::vector< std::string > unpack(const std::string &sArchiveName, const std::string &sTargetPath)
Unpacks an archive file format into its folder structure at the specified location....
Type detectType(const std::string &sArchiveFileName)
Detects the type of the archive based upon the magic numbers in their header sections or upon the fil...
void pack(const std::vector< std::string > &vFileList, const std::string &sTargetFile, Type type)
Pack a set of files or folders into an archive file type with the specified file name....