XzLZMA2FilterSettings

XzLZMA2FilterSettings constructor

Initializes a new instance of the XzLZMA2FilterSettings.

public XzLZMA2FilterSettings(uint dictionarySize = 16777216)
ParameterTypeDescription
dictionarySizeUInt32Size of dictionary are used by LZMA2 filter, must be between 4096 and 1073741824.

Exceptions

exceptioncondition
ArgumentOutOfRangeExceptionDictionary size is not in valid range.

See Also