ZipFile Constructor

Opens a Zip file with the given name for reading.

Overload List

Opens a Zip file with the given name for reading.

public ZipFile(string);

Opens a Zip file reading the given FileStream

public ZipFile(FileStream);

Opens a Zip file reading the given Stream

public ZipFile(Stream);

See Also

ZipFile Class | ZipFile Members | ICSharpCode.SharpZipLib.Zip Namespace