Class XzLZMA2FilterSettings

Class XzLZMA2FilterSettings

Namespace: Aspose.Zip.Xz.Settings
Assembly: Aspose.Zip.dll (25.2.0)

Set of settings for xz LZMA2 filter.

public sealed class XzLZMA2FilterSettings : XzFilterSettings

Inheritance

objectXzFilterSettingsXzLZMA2FilterSettings

Inherited Members

object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

XzLZMA2FilterSettings(uint)

Initializes a new instance of the Aspose.Zip.Xz.Settings.XzLZMA2FilterSettings.

public XzLZMA2FilterSettings(uint dictionarySize = 16777216)

Parameters

dictionarySize uint

Size of dictionary are used by LZMA2 filter, must be between 4096 and 1073741824.

Exceptions

ArgumentOutOfRangeException

Dictionary size is not in valid range.

Properties

DictionarySize

Size of dictionary are used by LZMA2 filter.

public uint DictionarySize { get; }

Property Value

uint

 English