ZipFile Constructor (FileStream)

Opens a Zip file reading the given FileStream

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

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