![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
Information about a .xz file. More...
Data Fields | |
lzma_index * | idx |
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. | |
Information about a .xz file.
bool all_have_sizes |
True if all Blocks so far have Compressed Size and Uncompressed Size fields
lzma_index * idx |
Combined Index of all Streams in the file.
uint64_t memusage_max |
Highest memory usage so far.
uint32_t min_version |
Oldest XZ Utils version that will decompress the file.
uint64_t stream_padding |
Total amount of Stream Padding.