Apr 19, 2007 #1 D drom New member Joined Apr 18, 2007 Messages 1 hi, this is my problem: i have a zip file in System.IO.Stream How do I show zip entries and extract file(files) in another System.IO.Stream without save zip file on disk?
hi, this is my problem: i have a zip file in System.IO.Stream How do I show zip entries and extract file(files) in another System.IO.Stream without save zip file on disk?
Apr 19, 2007 #2 PlausiblyDamp Administrator Joined Sep 4, 2002 Messages 6,155 Location Lancashire, UK User Rank *Expert* http://www.icsharpcode.net/OpenSource/SharpZipLib/Default.aspx is probably the easiest option - its a free zip library that provides methods for things like extracting files / listing files in a zip etc.
http://www.icsharpcode.net/OpenSource/SharpZipLib/Default.aspx is probably the easiest option - its a free zip library that provides methods for things like extracting files / listing files in a zip etc.