Class LzipArchiveSettings
이름 공간 : Aspose.Zip.Lzip 모임: Aspose.Zip.dll (25.5.0)
클래스는 특정 lzip 아카이브의 설정이 포함되어 있습니다.
public class LzipArchiveSettings
Inheritance
상속 회원들
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
LzipArchiveSettings(이트, 이트)
특정 사전 크기로 Aspose.Zip.Lzip.LzipArchiveSettings의 새로운 예를 시작합니다.
public LzipArchiveSettings(int dictionarySize, int maxMemberSize = 62914560)
Parameters
dictionarySize
int
LZMA 압축에 대 한 사전 크기 바이트.
maxMemberSize
int
바이트로 제시된 lzip 아카이브의 한 회원의 최대 크기. 기본 값은 60 MB입니다.
Properties
CompressionThreads
값이 1을 초과하는 경우, 멀티 트라이딩 압축이 사용됩니다.
public int CompressionThreads { get; set; }
부동산 가치
Remarks
이 숫자를 CPU 코어보다 더 많이 설정하지 마십시오.
Exceptions
끈의 수는 100 이상입니다.
DictionarySize
LZMA 압축에 의해 사용되는 사전의 크기를 얻습니다.
public int DictionarySize { get; }
부동산 가치
FastSpeed
Aspose.Zip.Lzip.LzipArchiveSettings 클래스의 예를 얻습니다.단어 크기는 LZMA 필터에서 1 메가바이트에 해당합니다.
public static LzipArchiveSettings FastSpeed { get; }
부동산 가치
FastestSpeed
Aspose.Zip.Lzip.LzipArchiveSettings 클래스의 예를 얻습니다.단어 크기는 LZMA 필터에서 65536 바이트에 해당합니다.
public static LzipArchiveSettings FastestSpeed { get; }
부동산 가치
HighCompression
Aspose.Zip.Lzip.LzipArchiveSettings 클래스의 예를 얻습니다.단어 크기는 LZMA 필터에서 32 메가바이트에 해당합니다.
public static LzipArchiveSettings HighCompression { get; }
부동산 가치
MaxMemberSize
바이트로 표시된 lzip 아카이브에서 한 명의 회원의 최대 크기를 얻습니다.
public long MaxMemberSize { get; }
부동산 가치
MaximumCompression
Aspose.Zip.Lzip.LzipArchiveSettings 클래스의 예를 얻습니다.단어 크기는 LZMA 필터에서 64 메가바이트에 해당합니다.
public static LzipArchiveSettings MaximumCompression { get; }
부동산 가치
Normal
Aspose.Zip.Lzip.LzipArchiveSettings 클래스의 예를 얻습니다.단어 크기는 LZMA 필터에서 16 메가바이트에 해당합니다.
public static LzipArchiveSettings Normal { get; }