0
votes
2answers
29 views
API’s to extract 7z files in .net
Is there any API available, that can be used in .net that can read/extract 7z files ?
1
vote
1answer
113 views
Unable to extract SO’s data dump file by Mac
I run the following Gert's extract command to the data dump file which format .7z seems to be a problem:
extract () {
if [ -f $1 ] ; then
case $1 in
*.tar.bz2 …
1
vote
2answers
219 views
How do I write binary data for 7z archive format?
I've been pouring over the format description and source code for the 7z archive format, but I'm still having trouble writing a valid container. I assume I can create an empty con …
