zipios
2.2.6
Zipios -- a small C++ library that provides easy access to .zip files.
|
Go to the documentation of this file.
2 #ifndef ZIPINPUTSTREAM_HPP
3 #define ZIPINPUTSTREAM_HPP
46 ZipInputStream(std::string
const& filename, std::streampos pos = 0);
52 std::unique_ptr<std::ifstream>
m_ifs;
53 std::unique_ptr<ZipInputStreambuf>
m_izf;
The zipios namespace includes the Zipios library definitions.