Class SevenZipLZMACompressionSettings

Class SevenZipLZMACompressionSettings

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

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

public class SevenZipLZMACompressionSettings : SevenZipCompressionSettings

Inheritance

object SevenZipCompressionSettings SevenZipLZMACompressionSettings

继承人

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

Remarks

Lempel-Ziv-Markov 链算法(LZMA)是一种用于实现无损的数据压缩算,使用类似于 LZ77 的词汇压縮方案,具有高压度比例和变量压抑字体大小。

查看更多: https://en.wikipedia.org/wiki/Lempel –Ziv–Markov_chain_algorithm

Constructors

7ZipLZMAC压缩设置()

public SevenZipLZMACompressionSettings()

Properties

DictionarySize

字典(历史泡沫)大小表明,最近处理的未压缩数据的数比特存储在记忆中。如果不设置,将根据输入大小选择。

public int DictionarySize { get; set; }

财产价值

int

Remarks

词典越大,通常压缩比例就越好 - 但比未压縮数据更大的字典是RAM的浪费。

Method

接收压缩或压缩方法。

public override SevenZipCompressionMethod Method { get; }

财产价值

SevenZipCompressionMethod

 中文