|
zipios
2.2.0
Zipios – a small C++ library that provides easy access to .zip files.
|
Header file that defines zipios::DeflateOutputStreambuf. More...
#include "filteroutputstreambuf.hpp"#include "zipios/fileentry.hpp"#include <cstdint>#include <zlib.h>

Go to the source code of this file.
Classes | |
| class | zipios::DeflateOutputStreambuf |
| A class to handle stream deflate on the fly. More... | |
Namespaces | |
| zipios | |
| The zipios namespace includes the Zipios library definitions. | |
Macros | |
| #define | DEFLATEOUTPUTSTREAMBUF_HPP |
This file is used to declare the zipios::DeflateOutputStreambuf class which is used to compress data using zlib.
The counter part is the class zipios::InflateInputStreambuf.
Definition in file deflateoutputstreambuf.hpp.
| #define DEFLATEOUTPUTSTREAMBUF_HPP |
Definition at line 3 of file deflateoutputstreambuf.hpp.
1.8.11