RPNX::Compress
Self-contained C++20 compression and ZIP library
 
Loading...
Searching...
No Matches
rpnx::compression::xz_codec::block_record Struct Reference

Size metadata collected while decoding one xz block. More...

#include <xz.hpp>

Public Attributes

std::uint64_t unpadded_size
 Header, payload, and check size before four-byte padding.
 
std::uint64_t uncompressed_size
 Number of bytes produced by the block.
 

Detailed Description

Size metadata collected while decoding one xz block.

Definition at line 44 of file xz.hpp.

Member Data Documentation

◆ uncompressed_size

std::uint64_t rpnx::compression::xz_codec::block_record::uncompressed_size

Number of bytes produced by the block.

Definition at line 47 of file xz.hpp.

◆ unpadded_size

std::uint64_t rpnx::compression::xz_codec::block_record::unpadded_size

Header, payload, and check size before four-byte padding.

Definition at line 46 of file xz.hpp.


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