ZipArchiveOpenOptions Class
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9083)
Options for initializing new instances of the ZipArchive object.
Syntax
public class ZipArchiveOpenOptions
Inherited Members
Constructors
Name | Description |
---|---|
ZipArchiveOpenOptions() | Initializes new instance of the ZipArchiveOpenOptions object. |
Properties
Name | Description |
---|---|
LogWriter | Gets or sets the logger used by the ZipArchive object. |
Options | Gets or sets the ZipArchiveOptions used by the ZipArchive object. |
StreamCloseMode | Gets or sets closing mode for stream passed to the ZipArchive constructor. |