문제

I know how to compress an individual file using LZMA but it's not clear how to generate a valid 7-zip container for a collection of files. How do I write binary data for 7z archive format? explains how to create an empty container, but it's not clear what should get written for each file entry. Any ideas?

도움이 되었습니까?

해결책

Take a look at the 7-ZIP SDK. It contains sourcecode for C, C++, C# and Java wich should answer your question.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top