ZipFile Constructor (Stream)

SharpZip Compression Library

SharpZip Compression Library

ZipFile Constructor (Stream)

Opens a Zip file reading the given Stream

public ZipFile(
   Stream baseStream
);

Exceptions

Exception Type Condition
IOException An i/o error occurs
ZipException The file doesn't contain a valid zip archive.
The stream provided cannot seek

See Also

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