zlibcomplete
Simple C++ wrapper for zlib using RAII and std::string with flush.
|
#include <zlib.h>
Go to the source code of this file.
Namespaces | |
zlibcomplete | |
Top-level namespace for all compressors and decompressors. | |
Macros | |
#define | ZLIB_COMPLETE_CHUNK 16384 |
Enumerations | |
enum | zlibcomplete::flush_parameter { zlibcomplete::no_flush = 0, zlibcomplete::auto_flush = 1 } |
#define ZLIB_COMPLETE_CHUNK 16384 |