SevenZipLZMA2CompressionSettings

SevenZipLZMA2CompressionSettings class

Settings for LZMA2 compression method within 7z archive.

The SevenZipLZMA2CompressionSettings type exposes the following members:

Constructors

NameDescription
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

NameDescription
methodGets compression or decompression method.
compression_threadsGets or sets compression thread count. If the value is greater than 1, multithreading compression will be used.
dictionary_sizeDictionary (history buffer) size indicates how many bytes of the recently processed uncompressed data are kept in memory.
fast_bytesGets the control number of fast bytes used by the LZMA2 compressor.

See Also