zipios 2.3.4
Zipios -- a small C++ library providing easy access to .zip files.
Classes | Namespaces | Macros
streamentry.hpp File Reference

Define the zipios::StreamEntry class. More...

#include "zipios/fileentry.hpp"
Include dependency graph for streamentry.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  zipios::StreamEntry
 A file entry reading from a stream. More...
 

Namespaces

namespace  zipios
 The zipios namespace includes the Zipios library definitions.
 

Macros

#define ZIPIOS_STREAMENTRY_HPP
 

Detailed Description

This file declares the zipios::StreamEntry class which is used to handle zipios::FileEntry that are represented by a stream. This gives you the ability to create an entry from an in memory stream.

Definition in file streamentry.hpp.

Macro Definition Documentation

◆ ZIPIOS_STREAMENTRY_HPP

#define ZIPIOS_STREAMENTRY_HPP

Definition at line 3 of file streamentry.hpp.