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
XzLZMA2フィルター設定(ウィン)
Aspose.Zip.Xz.Settings.XzLZMA2FilterSettings の新しい例を開始します。
public XzLZMA2FilterSettings(uint dictionarySize = 16777216)
Parameters
dictionarySize
uint
LZMA2フィルターによって使用される辞書のサイズは、4096と1073741824の間でなければなりません。
Exceptions
辞書のサイズは有効な範囲ではありません。
Properties
DictionarySize
辞書のサイズはLZMA2フィルターによって使用されます。
public uint DictionarySize { get; }