|
uuu
uuu (Universal Update Utility), mfgtools 3.0
|
#include <zip.h>
Public Member Functions | |
| int | BuildDirInfo () |
| bool | check_file_exist (const std::string &filename) |
| int | get_file_buff (std::string filename, std::shared_ptr< FileBuffer >p) |
| int | Open (const std::string &filename) |
| Public Member Functions inherited from Backfile | |
| const std::string & | get_filename () const noexcept |
Public Attributes | |
| std::map< std::string, Zip_file_Info > | m_filemap |
Additional Inherited Members | |
| Protected Attributes inherited from Backfile | |
| std::string | m_filename |
| int Zip::BuildDirInfo | ( | ) |
| bool Zip::check_file_exist | ( | const std::string & | filename | ) |
| int Zip::get_file_buff | ( | std::string | filename, |
| std::shared_ptr< FileBuffer > | p ) |
| int Zip::Open | ( | const std::string & | filename | ) |
| std::map<std::string, Zip_file_Info> Zip::m_filemap |