XZ Utils
5.2.2
|
Information about a .xz file. More...
Data Fields | |
lzma_index * | idx |
Combined Index of all Streams in the file. More... | |
uint64_t | stream_padding |
Total amount of Stream Padding. More... | |
uint64_t | memusage_max |
Highest memory usage so far. More... | |
bool | all_have_sizes |
uint32_t | min_version |
Oldest XZ Utils version that will decompress the file. More... | |
Information about a .xz file.
lzma_index* xz_file_info::idx |
Combined Index of all Streams in the file.
Referenced by get_check_names(), list_file(), and parse_indexes().
uint64_t xz_file_info::stream_padding |
Total amount of Stream Padding.
Referenced by get_check_names(), and parse_indexes().
uint64_t xz_file_info::memusage_max |
Highest memory usage so far.
Referenced by get_check_names(), and parse_block_header().
bool xz_file_info::all_have_sizes |
True if all Blocks so far have Compressed Size and Uncompressed Size fields
Referenced by get_check_names(), and parse_block_header().
uint32_t xz_file_info::min_version |
Oldest XZ Utils version that will decompress the file.
Referenced by get_check_names(), and parse_block_header().