ZipFile Constructor

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

ZipFile Constructor

Opens a Zip file with the given name for reading.

Overload List

Opens a Zip file reading the given FileStream.

public ZipFile(FileStream);

Opens a Zip file reading the given Stream.

public ZipFile(Stream);

Opens a Zip file with the given name for reading.

public ZipFile(string);

See Also

ZipFile Class | ICSharpCode.SharpZipLib.Zip Namespace