![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
Structure to pass info to index_cat_helper() More...
Data Fields | |
lzma_vli | uncompressed_size |
Uncompressed size of the destination. | |
lzma_vli | file_size |
Compressed file size of the destination. | |
lzma_vli | block_number_add |
Same as above but for Block numbers. | |
uint32_t | stream_number_add |
index_tree * | streams |
Destination index' Stream tree. | |
Structure to pass info to index_cat_helper()
lzma_vli block_number_add |
Same as above but for Block numbers.
lzma_vli file_size |
Compressed file size of the destination.
uint32_t stream_number_add |
Number of Streams that were in the destination index before we started appending new Streams from the source index. This is used to fix the Stream numbering.
index_tree * streams |
Destination index' Stream tree.
lzma_vli uncompressed_size |
Uncompressed size of the destination.