Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
xz_file_info Struct Reference

Information about a .xz file. More...

Data Fields

lzma_indexidx
 Combined Index of all Streams in the file.
 
uint64_t stream_padding
 Total amount of Stream Padding.
 
uint64_t memusage_max
 Highest memory usage so far.
 
bool all_have_sizes
 
uint32_t min_version
 Oldest XZ Utils version that will decompress the file.
 

Detailed Description

Information about a .xz file.

Field Documentation

◆ all_have_sizes

bool all_have_sizes

True if all Blocks so far have Compressed Size and Uncompressed Size fields

◆ idx

lzma_index * idx

Combined Index of all Streams in the file.

◆ memusage_max

uint64_t memusage_max

Highest memory usage so far.

◆ min_version

uint32_t min_version

Oldest XZ Utils version that will decompress the file.

◆ stream_padding

uint64_t stream_padding

Total amount of Stream Padding.


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