#include "genesis/utils/core/std.hpp"
#include "genesis/utils/io/base_output_target.hpp"
#include "genesis/utils/io/gzip_block_ostream.hpp"
#include "genesis/utils/io/gzip_stream.hpp"
#include <cassert>
#include <memory>
#include <string>
#include <stdexcept>
Go to the source code of this file.
Classes | |
class | GzipBlockOutputTarget |
Output target for writing byte data to a gzip-compressed target in blocks of gzip data. More... | |
class | GzipOutputTarget |
Output target for writing byte data to a gzip/zlib-compressed target. More... | |
Namespaces | |
genesis | |
Container namespace for all symbols of genesis in order to keep them separate when used as a library. | |
genesis::utils | |