ZipArchive Constructors
The central object of the library - a package of entries containing compressed data.| Name | Parameters | Description |
|---|---|---|
| ZipArchive() | none | Initializes a new instance of the ZipArchive class with default settings. |
| ZipArchive(Nullable<Boolean>) | catchExceptions | Initializes a new instance of the ZipArchive class with specified settings. |
See Also