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; }