Class XzLZMA2FilterSettings
Class XzLZMA2FilterSettings
名称: Aspose.Zip.Xz.Settings 收藏: Aspose.Zip.dll (25.5.0)
xz LZMA2 过滤器的设置集。
public sealed class XzLZMA2FilterSettings : XzFilterSettings
Inheritance
object ← XzFilterSettings ← XzLZMA2FilterSettings
继承人
object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
XzLZMA2Filter设置(乌恩特)
启动 Aspose.Zip.Xz.Settings.XzLZMA2FilterSettings的新例子。
public XzLZMA2FilterSettings(uint dictionarySize = 16777216)
Parameters
dictionarySize
uint
字典尺寸由LZMA2过滤器使用,必须在4096和1073741824之间。
Exceptions
字典尺寸不在有效范围内。
Properties
DictionarySize
字典尺寸由LZMA2过滤器使用。
public uint DictionarySize { get; }