byteme
Read/write bytes from various sources
Loading...
Searching...
No Matches
byteme::GzipFileReaderOptions Struct Reference

Options for GzipFileReader construction. More...

#include <GzipFileReader.hpp>

Public Attributes

std::optional< unsigned > buffer_size
 

Detailed Description

Options for GzipFileReader construction.

Member Data Documentation

◆ buffer_size

std::optional<unsigned> byteme::GzipFileReaderOptions::buffer_size

Size of the internal buffer used by Zlib. Larger values usually reduce computational time at the cost of increased memory usage. If no value is supplied, the default buffer size for gzbuffer() is not changed.


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