Initializes a new instance of the ZipArchive class with the specified path, creation mode, and sharing permission.
Initializes a new instance of the ZipArchive class with the specified stream.
public ZipArchive(Stream);
Initializes a new instance of the ZipArchive class with the specified path, creation mode, and sharing permission.
public ZipArchive(string,ZipArchiveMode,FileShare);
ZipArchive Class | Resco.IO.Zip Namespace