ZipArchive Constructor
Initializes a new instance of the ZipArchive class.
Assembly: System.IO.Compression (in System.IO.Compression.dll)
| Name | Description | |
|---|---|---|
![]() | ZipArchive(Stream^) | Initializes a new instance of the ZipArchive class from the specified stream. |
![]() | ZipArchive(Stream^, ZipArchiveMode) | Initializes a new instance of the ZipArchive class from the specified stream and with the specified mode. |
![]() | ZipArchive(Stream^, ZipArchiveMode, Boolean) | Initializes a new instance of the ZipArchive class on the specified stream for the specified mode, and optionally leaves the stream open. |
![]() | ZipArchive(Stream^, ZipArchiveMode, Boolean, Encoding^) | Initializes a new instance of the ZipArchive class on the specified stream for the specified mode, uses the specified encoding for entry names, and optionally leaves the stream open. |
