24 #ifndef STATICLIB_UNZIP_FILE_INDEX_HPP
25 #define STATICLIB_UNZIP_FILE_INDEX_HPP
32 #include "staticlib/pimpl.hpp"
35 #include "staticlib/compress/zip_compression_method.hpp"
76 comp_length(comp_length),
77 uncomp_length(uncomp_length),
78 comp_method(comp_method) { }
134 const std::vector<std::string>&
get_entries()
const;