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);