Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
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
 The filter chain of this Block in human-readable form.
 

Detailed Description

Information about a .xz Block.

Field Documentation

◆ compressed_size

lzma_vli compressed_size

Size of the Compressed Data field in the Block.

◆ filter_chain

char * filter_chain

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

◆ flags

char flags

A few of the Block Flags as a string.

◆ header_size

uint32_t header_size

Size of the Block Header.

◆ memusage

uint64_t memusage

Decoder memory usage for this Block.


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