Class XzLZMA2FilterSettings

Class XzLZMA2FilterSettings

Pôvodný názov: Aspose.Zip.Xz.Settings Zhromaždenie: Aspose.Zip.dll (25.5.0)

Zoznam nastavení pre xz LZMA2 filter.

public sealed class XzLZMA2FilterSettings : XzFilterSettings

Inheritance

object XzFilterSettings XzLZMA2FilterSettings

Z dedičných členov

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

Constructors

XzLZMA2FilterNastavenie(Unt)

Initalizuje nový príklad Aspose.Zip.Xz.Settings.XzLZMA2FilterSettings.

public XzLZMA2FilterSettings(uint dictionarySize = 16777216)

Parameters

dictionarySize uint

Veľkosť slovníka sa používa LZMA2 filter, musí byť medzi 4096 a 1073741824.

Exceptions

ArgumentOutOfRangeException

Rozmer slovníka nie je v platnom rozsahu.

Properties

DictionarySize

Veľkosť slovníka sa používa podľa filtra LZMA2.

public uint DictionarySize { get; }

Hodnota nehnuteľnosti

uint

 Slovenčina