Class LzipArchiveSettings
İsim alanı : Aspose.Zip.Lzip Toplama: Aspose.Zip.dll (25.5.0)
Sınıf belirli bir lzip arşivi ayarları içerir.
public class LzipArchiveSettings
Inheritance
mirasçı üyeleri
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
LzipArchiveSettings(int , int , int)
Aspose.Zip.Lzip.LzipArchiveSettings özel bir sözlük boyutu ile yeni bir örnek başlatır.
public LzipArchiveSettings(int dictionarySize, int maxMemberSize = 62914560)
Parameters
dictionarySize
int
LZMA kompresyon için sözlük boyutu byte.
maxMemberSize
int
Lzip arşivinde bir üyenin maksimum boyutu byte olarak sunulmaktadır. varsayılan değeri 60 MB’dır.
Properties
CompressionThreads
Eğer değer 1’den fazla ise, çok yönlü kompresyon kullanılacaktır.
public int CompressionThreads { get; set; }
Mülkiyet Değer
Remarks
Bu sayıyı CPU çekirdeklerinden daha fazla ayarlamayın.
Exceptions
Çizgilerin sayısı 100’den fazla.
DictionarySize
LZMA kompresyonu tarafından kullanılan sözlük boyutunu alır.
public int DictionarySize { get; }
Mülkiyet Değer
FastSpeed
Aspose.Zip.Lzip.LzipArchiveSettings sınıfının örneğini alırSözlük boyutu LZMA filtresinde 1 megabyte’ye eşittir.
public static LzipArchiveSettings FastSpeed { get; }
Mülkiyet Değer
FastestSpeed
Aspose.Zip.Lzip.LzipArchiveSettings sınıfının örneğini alırSözlük boyutu LZMA filtresinde 65536 byteye eşittir.
public static LzipArchiveSettings FastestSpeed { get; }
Mülkiyet Değer
HighCompression
Aspose.Zip.Lzip.LzipArchiveSettings sınıfının örneğini alırSözlük boyutu LZMA filtresinde 32 megabyte eşittir.
public static LzipArchiveSettings HighCompression { get; }
Mülkiyet Değer
MaxMemberSize
Bir üyenin maksimum boyutunu lzip arşivinde byte olarak sunar.
public long MaxMemberSize { get; }
Mülkiyet Değer
MaximumCompression
Aspose.Zip.Lzip.LzipArchiveSettings sınıfının örneğini alırSözlük boyutu LZMA filtresinde 64 megabittir.
public static LzipArchiveSettings MaximumCompression { get; }
Mülkiyet Değer
Normal
Aspose.Zip.Lzip.LzipArchiveSettings sınıfının örneğini alırSözlük boyutu LZMA filtresinde 16 megabyte’ye eşittir.
public static LzipArchiveSettings Normal { get; }