reading from zi[ file
-
hi all, i need to read file contents from a zip file. i believe there are two classes in System.IO.Compression namespace: 1) DeflateStream 2) GZipStream Is is possible, using these classes, to know: 1. exact number of files in the zip file 2. read each file individually without extracting the content anywhere. Please help me out. Any help will be highly appreciated. Thanks in advance. *** Who said nothing is impossible? I have been doing it for a long time ***
-
hi all, i need to read file contents from a zip file. i believe there are two classes in System.IO.Compression namespace: 1) DeflateStream 2) GZipStream Is is possible, using these classes, to know: 1. exact number of files in the zip file 2. read each file individually without extracting the content anywhere. Please help me out. Any help will be highly appreciated. Thanks in advance. *** Who said nothing is impossible? I have been doing it for a long time ***
Found ICSharpCode.SharpZipLib.dll http://icsharpcode.net/OpenSource/SharpZipLib/Default.aspx