ZipArchiveOptions Class
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9147)
Options for Zip
Syntax
public class ZipArchiveOptions
Inherited Members
Properties
Name | Description |
---|---|
Checksum |
Specifies when to perform checksum verification. |
Compressor |
Sets suggested chunk size for multi-threaded compressors. Expected range is 64KB to 1MB. |
Compressor |
Sets the number of parallel compressors to use when compressing data. Multiple compressors take advantage of modern multi-core CPUs and substantially enhance compression speed. |
Create |
Enables or disables automatic creation of directory entries when adding new files to the archive. |
Delete |
Gets or sets a value indicating whether to delete unfinished files when an error occurred during extract. |
Hide |
Specifies whether to replace file and path names in a log with '*' character. |
Local |
Gets or sets a value indicating which fields of the local header are verified against central header values. |
Max |
Gets or sets the maximal count of failed attempts to set a password for one file in the Password |
Multi |
Gets or sets the default processing mode of detected links in multi-file operations. |
Multi |
Gets or sets the default move behavior in multi-file operations. |
Password |
Gets or sets the encoding used to derive bytes from password when encrypting a file. |
Raise |
Specifies whether to raise asynchronous events from the current working thread or
whether to raise them using a Synchronization |
Restore |
Gets or sets a value that indicates which date/time is restored after files are extracted. |
Restore |
Enables or disables restoring of the file attributes after files are extracted (such as: ReadOnly, Archived, Hidden). |
Unsupported |
Gets or sets the behavior of extract on files with unsupported feature (such as unknown encryption algorithm or when the item is neither file nor directory). |
Zip64Mode | Gets or sets a value indicating whether to use 64-bit ZIP mode (compatible with ZIP64(tm)) when adding new files to the archive. |