XzLZMA2FilterSettings.XzLZMA2FilterSettings
XzLZMA2FilterSettings constructor
Initializes a new instance of the XzLZMA2FilterSettings
.
public XzLZMA2FilterSettings(uint dictionarySize = 16777216)
Parameter | Type | Description |
---|---|---|
dictionarySize | UInt32 | Size of dictionary are used by LZMA2 filter, must be between 4096 and 1073741824. |
Exceptions
exception | condition |
---|---|
ArgumentOutOfRangeException | Dictionary size is not in valid range. |
See Also
- class XzLZMA2FilterSettings
- namespace Aspose.Zip.Xz.Settings
- assembly Aspose.Zip