Class LzipArchiveSettings

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

object LzipArchiveSettings

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

int

Remarks

Bu sayıyı CPU çekirdeklerinden daha fazla ayarlamayın.

Exceptions

ArgumentOutOfRangeException

Ç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

int

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

LzipArchiveSettings

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

LzipArchiveSettings

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

LzipArchiveSettings

MaxMemberSize

Bir üyenin maksimum boyutunu lzip arşivinde byte olarak sunar.

public long MaxMemberSize { get; }

Mülkiyet Değer

long

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

LzipArchiveSettings

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

Mülkiyet Değer

LzipArchiveSettings

 Türkçe