Hi, I am open to suggestions on library recommendations for reading 7z files with c# :)
On 3 April 2011 21:47, White Cat wikipedia.kawaii.neko@gmail.com wrote:
Hi, I am open to suggestions on library recommendations for reading 7z files with c# :)
I usually use the command line "7za" program with the -so command line switch, which writes decompressed output to standard output. For example, a command line would be something like:
7za x -so http://download.wikimedia.org/enwiki/20110317/enwiki-20110317-pages-articles...
Execute this command line and capture the standard output as a stream. (For example, in Python this could be done with "subprocess.Popen()").
Greg Hewgill http://hewgill.com
xmldatadumps-l@lists.wikimedia.org