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

File defining zipios::GZIPOutputStreambuf. More...

#include "deflateoutputstreambuf.hpp"
Include dependency graph for gzipoutputstreambuf.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  zipios::GZIPOutputStreambuf
 Save the output stream buffer. More...
 

Namespaces

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

Macros

#define GZIPOUTPUTSTREAMBUF_HPP
 

Detailed Description

This file includes the declaration of the zipios::GZIPOutputStreambuf class which is used to output a file in a Zip archive when we want to compress it with the zlib library.

Definition in file gzipoutputstreambuf.hpp.

Macro Definition Documentation

#define GZIPOUTPUTSTREAMBUF_HPP

Definition at line 3 of file gzipoutputstreambuf.hpp.