zipios++  2.0.2
Zipios++ – a small C++ library that provides easy access to .zip files.
Namespaces
virtualseeker.cpp File Reference

Implementation file that defines zipios::VirtualSeeker. More...

#include "zipios++/virtualseeker.hpp"
#include "zipios++/zipiosexceptions.hpp"
Include dependency graph for virtualseeker.cpp:

Go to the source code of this file.

Namespaces

 zipios
 The zipios namespace includes the Zipios++ library definitions.
 

Detailed Description

The zipios::VirtualSeeker is used to handle offsets of a Zip archive defined within a larger file. See the zipios::ZipFile::openEmbeddedZipFile() function and the appendzip tool for additional information.

See Also
appendzip.cpp
zipios::ZipFile::openEmbeddedZipFile()

Definition in file virtualseeker.cpp.