MeshLib C++ Docs
Loading...
Searching...
No Matches
MR::ZlibCompressStats Struct Reference

#include <MRMesh/MRZlib.h>

Public Attributes

uint32_t crc32 = 0
 CRC-32 of the uncompressed input.
size_t uncompressedSize = 0
 total bytes read from the input stream
size_t compressedSize = 0
 total bytes written to the output stream

Detailed Description

statistics gathered during compression: CRC-32 of the uncompressed input and the total numbers of bytes read from / written to the streams


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