|
byteme
Read/write bytes from various sources
|
Options for GzipFileReader construction.
More...
#include <GzipFileReader.hpp>
Public Attributes | |
| std::optional< unsigned > | buffer_size |
Options for GzipFileReader construction.
| 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.