Zip の補助関数 More...
#include <string>
#include <vector>
Go to the source code of this file.
Functions | |
bool | hrk::zip (const std::string &src, const std::string &zip_dest) |
bool | hrk::unzip (const std::string &zip_src, const std::string &dest) |
bool | hrk::load_zip_data (std::vector< unsigned char > &data, hrk::Zip &zip, const std::string &data_name) |
Zip の補助関数