![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
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. | |
Information about a .xz Block.
| lzma_vli compressed_size |
Size of the Compressed Data field in the Block.
| char * filter_chain |
The filter chain of this Block in human-readable form.
| char flags |
A few of the Block Flags as a string.
| uint32_t header_size |
Size of the Block Header.
| uint64_t memusage |
Decoder memory usage for this Block.