qb  2.0.0.0
C++17 Actor Framework
qb Issue Watch Star Fork Follow @isndev
Loading...
Searching...
No Matches
qb::compression::gzip::to_uncompress Struct Reference

Structure for passing gzip decompression parameters. More...

#include <compression.h>

Public Attributes

const char * data
 Pointer to the compressed data.
std::size_t size
 Size of the compressed data in bytes.
std::size_t max = 0
 Maximum allowed output size (0 for unlimited)
std::size_t size_uncompressed
 [out] Size of the uncompressed data

Detailed Description

Structure for passing gzip decompression parameters.

This structure encapsulates the parameters for a gzip decompression operation and provides a place to store the result.