LzmaArchiveSettings

LzmaArchiveSettings class

Settings for LZMA compression method within 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.

Properties

NameDescription
dictionary_sizeDictionary (history buffer) size indicates how many bytes of the recently processed uncompressed data is kept in memory.
If not set, will be chosen accordingly to entry size.

See Also