ZipFile Constructor (Stream)

Opens a Zip file reading the given Stream

[Visual Basic]
Overloads Public Sub New( _
   ByVal baseStream As System.IO.Stream _
)
[C#]
public ZipFile(
   Stream baseStream
);

Exceptions

Exception TypeCondition
if the file doesn't contain a valid zip archive.
IOException if a i/o error occured.

See Also

ZipFile Class | ZipFile Members | ICSharpCode.SharpZipLib.Zip Namespace | ZipFile Constructor Overload List