ZipArchive Constructor
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
ZipArchive(Stream) | Initializes a new instance of ZipArchive on the given stream for reading. | |
ZipArchive(String) | Opens a ZipArchive on the specified path for reading. The specified file is opened by using FileMode.Open. | |
ZipArchive(Stream, ZipArchiveMode) | Initializes a new instance of ZipArchive on the given stream in the specified mode. | |
ZipArchive(String, ZipArchiveMode) | Opens a ZipArchive on the specified path in the specified ZipArchiveMode mode. | |
ZipArchive(Stream, ZipArchiveMode, Boolean) | Initializes a new instance of ZipArchive on the given stream in the specified mode, specifying whether to leave the stream open. |
Top