zipios 2.3.2
Zipios -- a small C++ library that provides easy access to .zip files.
virtualseeker.hpp File Reference

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

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

namespace  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

◆ ZIPIOS_VIRTUALSEEKER_HPP

#define ZIPIOS_VIRTUALSEEKER_HPP

Definition at line 3 of file virtualseeker.hpp.