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. |
Information about a .xz Block.
uint32_t block_header_info::header_size |
Size of the Block Header.
Referenced by parse_block_header().
char block_header_info::flags[3] |
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().
uint64_t block_header_info::memusage |
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().