GridFormat 0.2.1
I/O-Library for grid-like data structures
Loading...
Searching...
No Matches
GridFormat::Compression::ZLIB Class Reference

Compressor using the zlib library.

#include <zlib.hpp>

Public Types

using Options = ZLIBOptions
 

Public Member Functions

constexpr ZLIB (Options opts={})
 
template<std::integral HeaderType = std::size_t>
CompressedBlocks< HeaderType > compress (Serialization &in) const
 

Static Public Member Functions

template<std::integral HeaderType>
static void decompress (Serialization &in, const CompressedBlocks< HeaderType > &blocks)
 
static ZLIB with (Options opts)
 

The documentation for this class was generated from the following file: