8 #ifndef INCLUDED_ORCUS_ZIP_ARCHIVE_HPP
9 #define INCLUDED_ORCUS_ZIP_ARCHIVE_HPP
19 class zip_archive_stream;
20 class zip_archive_impl;
23 class ORCUS_PSR_DLLPUBLIC
zip_error :
public std::exception
31 virtual const char* what()
const throw();
36 zip_archive_impl* mp_impl;
Definition: pstring.hpp:28
Definition: zip_archive_stream.hpp:18
Definition: zip_archive.hpp:35
size_t get_file_entry_count() const
void dump_file_entry(size_t index) const
bool read_file_entry(const pstring &entry_name, std::vector< unsigned char > &buf) const
void dump_file_entry(const char *entry_name) const
pstring get_file_entry_name(size_t index) const
Definition: zip_archive.hpp:24