zipios
2.2.6
Zipios -- a small C++ library that provides easy access to .zip files.
|
A virtual class used to see in a file embedded in another.
BackBuffer(std::istream &is, VirtualSeeker const &vs=VirtualSeeker(), ssize_t const chunk_size=1024)
To read a file by chunk from the end.
Define the zipios::VirtualSeeker class.
Various functions used throughout the library.
ssize_t readChunk(ssize_t &read_pointer)
Read a chunk of data.
std::streampos m_file_pos
std::vector< unsigned char > buffer_t
A buffer of characters.
The zipios namespace includes the Zipios library definitions.