LzipArchiveSettings
Contents
[
Hide
]LzipArchiveSettings class
The class contains setting of a particular lzip archive.
The LzipArchiveSettings type exposes the following members:
Constructors
| Name | Description |
|---|---|
| LzipArchiveSettings(dictionary_size, max_member_size) | Initializes a new instance of the LzipArchiveSettings with particular dictionary size. |
Properties
| Name | Description |
|---|---|
| fastest_speed | Gets the instance of the LzipArchiveSettings class with dictionary size equals to 65536 bytes in LZMA filter. |
| fast_speed | Gets the instance of the LzipArchiveSettings class with dictionary size equals to 1 megabyte in LZMA filter. |
| normal | Gets the instance of the LzipArchiveSettings class with dictionary size equals to 16 megabytes in LZMA filter. |
| high_compression | Gets the instance of the LzipArchiveSettings class with dictionary size equals to 32 megabytes in LZMA filter. |
| maximum_compression | Gets the instance of the LzipArchiveSettings class with dictionary size equals to 64 megabytes in LZMA filter. |
| dictionary_size | Gets the size of dictionary which used by LZMA compression. |
| max_member_size | Gets the maximum size of one member in lzip archive presented in bytes. |
| compression_threads | Gets or sets compression thread count. If the value is greater than 1, multithreading compression will be used. |
See Also
- namespace aspose.zip.lzip
- assembly Aspose.Zip