Class SevenZipBZip2CompressionSettings

Class SevenZipBZip2CompressionSettings

名称: Aspose.Zip.Saving 收藏: Aspose.Zip.dll (25.5.0)

设置需要7z压缩机或压缩机工作。

public class SevenZipBZip2CompressionSettings : SevenZipCompressionSettings

Inheritance

object SevenZipCompressionSettings SevenZipBZip2CompressionSettings

继承人

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

Remarks

Bzip2 使用 Burrows-Wheeler 区块分文本压缩算法,并使用 Huffman 编码。

查看更多: https://en.wikipedia.org/wiki/Bzip2

Constructors

7 ZipBZip2 压缩设置(因特)

启动 Aspose.Zip.Saving.SevenZipBZip2CompressionSettings 类的新例子。

public SevenZipBZip2CompressionSettings(int blockSize)

Parameters

blockSize int

区块大小在数百千里。

Exceptions

ArgumentOutOfRangeException

blockSize’ is too big or too small.

7 ZipBZip2 压缩设置()

启动一个新的例子 Aspose.Zip.Saving.SevenZipBZip2CompressionSettings 类与默认区块大小,相当于 900 千里。

public SevenZipBZip2CompressionSettings()

Properties

BlockSize

区块大小在数百千里。

public int BlockSize { get; }

财产价值

int

Method

接收压缩或压缩方法。

public override SevenZipCompressionMethod Method { get; }

财产价值

SevenZipCompressionMethod

 中文