SevenZipLZMA2CompressionSettings
Contents
[
Hide
]SevenZipLZMA2CompressionSettings class
Settings for LZMA2 compression method within 7z archive.
The SevenZipLZMA2CompressionSettings type exposes the following members:
Constructors
Name | Description |
---|---|
SevenZipLZMA2CompressionSettings(dictionary_size) | Instantiates settings for LZMA2 compression method within 7z archive. |
SevenZipLZMA2CompressionSettings(dictionary_size, fast_bytes) | Instantiates settings for LZMA2 compression method within 7z archive. |
Properties
Name | Description |
---|---|
method | Gets compression or decompression method. |
compression_threads | Gets or sets compression thread count. If the value is greater than 1, multithreading compression will be used. |
dictionary_size | Dictionary (history buffer) size indicates how many bytes of the recently processed uncompressed data are kept in memory. |
fast_bytes | Gets the control number of fast bytes used by the LZMA2 compressor. |
See Also
- namespace aspose.zip.saving
- assembly Aspose.Zip