zipios 2.3.4
Zipios -- a small C++ library providing 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 | |
namespace | 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 counterpart is the class zipios::InflateInputStreambuf.
Definition in file deflateoutputstreambuf.hpp.
#define DEFLATEOUTPUTSTREAMBUF_HPP |
Definition at line 3 of file deflateoutputstreambuf.hpp.