Class XzLZMA2FilterSettings
Class XzLZMA2FilterSettings
Nazwa przestrzeń: Aspose.Zip.Xz.Settings Zestawienie: Aspose.Zip.dll (25.5.0)
Zestaw ustawień dla filtra xz LZMA2.
public sealed class XzLZMA2FilterSettings : XzFilterSettings
Inheritance
object ← XzFilterSettings ← XzLZMA2FilterSettings
Dziedziczeni członkowie
object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
XzLZMA2FilterUstawienia(Węgiel)
Inicjalizuje nową instancję Aspose.Zip.Xz.Settings.XzLZMA2FilterSettings.
public XzLZMA2FilterSettings(uint dictionarySize = 16777216)
Parameters
dictionarySize
uint
Rozmiar słownika jest używany przez filtr LZMA2, musi być między 4096 i 1073741824.
Exceptions
Rozmiar słownika nie znajduje się w ważnym zakresie.
Properties
DictionarySize
Rozmiar słownika jest używany przez filtr LZMA2.
public uint DictionarySize { get; }