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

Define the zipios::VirtualSeeker class. More...

#include "zipios++/zipios-config.hpp"
Include dependency graph for virtualseeker.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  zipios::VirtualSeeker
 A virtual class used to see in a file embedded in another. More...
 

Namespaces

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

Macros

#define ZIPIOS_VIRTUALSEEKER_HPP
 

Detailed Description

The zipios::VirtualSeeker class defines a start offset and end offset that are used to represent a Zip archive in a larger file.

This can be used as a file that include resources useful to your software.

See Also
zipios::openEmbeddedZipFile()
appendzip.cpp

Definition in file virtualseeker.hpp.

Macro Definition Documentation

#define ZIPIOS_VIRTUALSEEKER_HPP

Definition at line 3 of file virtualseeker.hpp.