Class SevenZipLZMACompressionSettings
Tên không gian: Aspose.Zip.Saving Tổng hợp: Aspose.Zip.dll (25.5.0)
Cài đặt cần thiết cho máy nén 7z hoặc máy nén để làm việc.
public class SevenZipLZMACompressionSettings : SevenZipCompressionSettings
Inheritance
object ← SevenZipCompressionSettings ← SevenZipLZMACompressionSettings
Thành viên thừa kế
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 Chain Algorithm (LZMA) là một thuật toán được sử dụng để thực hiện nén dữ liệu không bị tổn thất.Tính toán này sử dùng một hệ thống nèn từ điển tương tự như LZ77 và có tỷ lệ nồng độ cao và kích cỡ nấp-tác giả thay đổi.
Xem thêm: https://en.wikipedia.org/wiki/Lempel –Ziv–Markov_chain_algorithm
Constructors
7Nhạc ChuôngSettings()
public SevenZipLZMACompressionSettings()
Properties
DictionarySize
Kích thước từ vựng (history buffer) cho thấy có bao nhiêu byte dữ liệu chưa nén được xử lý gần đây được giữ trong bộ nhớ.Nếu không thiết lập, sẽ được chọn theo kích cỡ nhập.
public int DictionarySize { get; set; }
Giá trị bất động sản
Remarks
Từ điển lớn hơn, thông thường tỷ lệ nén tốt hơn - nhưng các từ vựng lớn nhất so với dữ liệu không nèn là một sự lãng phí của RAM.
Method
Có phương pháp nén hoặc decompression.
public override SevenZipCompressionMethod Method { get; }