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

Compressor using the lz4 compression library.

#include <lz4.hpp>

Public Types

using Options = LZ4Options
 

Public Member Functions

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

Static Public Member Functions

template<typename HeaderType >
static void decompress (Serialization &in, const CompressedBlocks< HeaderType > &blocks)
 
static LZ4 with (Options opts)
 

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