Data Fields

block_header_info Struct Reference

Information about a .xz Block. More...

Data Fields

uint32_t header_size
 Size of the Block Header.
char flags [3]
 A few of the Block Flags as a string.
lzma_vli compressed_size
 Size of the Compressed Data field in the Block.
uint64_t memusage
 Decoder memory usage for this Block.
char filter_chain [FILTERS_STR_SIZE]
 The filter chain of this Block in human-readable form.

Detailed Description

Information about a .xz Block.


Field Documentation

Size of the Block Header.

Referenced by parse_block_header().

A few of the Block Flags as a string.

Referenced by parse_block_header().

Size of the Compressed Data field in the Block.

Referenced by parse_block_header().

Decoder memory usage for this Block.

Referenced by parse_block_header().

char block_header_info::filter_chain[FILTERS_STR_SIZE]

The filter chain of this Block in human-readable form.

Referenced by parse_block_header().


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