LzmaArchiveSettings

LzmaArchiveSettings class

Settings for lzma archive.

The LzmaArchiveSettings type exposes the following members:

Constructors

NameDescription
LzmaArchiveSettings()Initializes a new instance of the LzmaArchiveSettings class with default dictionary size, equals to 16 megabytes, number of fast bytes equal to 32 and literal context bits equal to 3.

Properties

NameDescription
dictionary_sizeDictionary (history buffer) size indicates how many bytes of the recently processed uncompressed data are kept in memory.
If not set, will be chosen accordingly to entry size.
number_of_fast_bytesGets or sets the number of bytes used for fast match searching in the LZMA algorithm.
literal_context_bitsGets or sets the number of literal context bits.

See Also