Define the zipios::VirtualSeeker class.
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)
std::vector< unsigned char > buffer_t
A buffer of characters.
Various functions used throughout the library.
ssize_t readChunk(ssize_t &read_pointer)
Read a chunk of data.
std::streampos m_file_pos
To read a file by chunk from the end.