Class SevenZipBZip2CompressionSettings

Class SevenZipBZip2CompressionSettings

İsim alanı : Aspose.Zip.Saving Toplama: Aspose.Zip.dll (25.5.0)

7z kompresör veya dekompresör çalışmak için gerekli ayarlar.

public class SevenZipBZip2CompressionSettings : SevenZipCompressionSettings

Inheritance

object SevenZipCompressionSettings SevenZipBZip2CompressionSettings

mirasçı üyeleri

SevenZipCompressionSettings.Method , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Remarks

Bzip2 dosyaları Burrows-Wheeler blok sınıflandırma metin kompresyon algoritması ve Huffman kodlama kullanılarak sıkıştırır.

Daha fazlasını görmek için: https://en.wikipedia.org/wiki/Bzip2

Constructors

SevenZipBzip2Kompresyon ayarları(int ile)

Aspose.Zip.Saving.SevenZipBZip2CompressionSettings sınıfının yeni bir örneğini başlatır.

public SevenZipBZip2CompressionSettings(int blockSize)

Parameters

blockSize int

Blok boyutu yüzlerce kilobittir.

Exceptions

ArgumentOutOfRangeException

blockSize’ is too big or too small.

SevenZipBzip2Kompresyon ayarları()

Aspose.Zip.Saving.SevenZipBZip2CompressionSettings sınıfının yeni bir örneğini varsayılan blok boyutu ile başlatır, 9 yüz kilobit eşittir.

public SevenZipBZip2CompressionSettings()

Properties

BlockSize

Blok boyutu yüzlerce kilobittir.

public int BlockSize { get; }

Mülkiyet Değer

int

Method

Kompresyon veya dekompresyon yöntemini kullanır.

public override SevenZipCompressionMethod Method { get; }

Mülkiyet Değer

SevenZipCompressionMethod

 Türkçe