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
SevenZipBzip2Compressionการตั้งค่า(int)
เปิดตัวตัวอย่างใหม่ของคลาส Aspose.Zip.Saving.SevenZipBZip2CompressionSettings
public SevenZipBZip2CompressionSettings(int blockSize)
Parameters
blockSize
int
ขนาดบล็อกในหลายร้อยกิโลบิต
Exceptions
blockSize’ is too big or too small.
SevenZipBzip2Compressionการตั้งค่า()
เปิดตัวตัวอย่างใหม่ของคลาส Aspose.Zip.Saving.SevenZipBZip2CompressionSettings ด้วยขนาดบล็อกที่กําหนดเองเท่ากับ 900 กิโลไบต์
public SevenZipBZip2CompressionSettings()
Properties
BlockSize
ขนาดบล็อกในหลายร้อยกิโลบิต
public int BlockSize { get; }
คุณสมบัติมูลค่า
Method
ได้รับวิธีการบีบอัดหรือการบีบอัด
public override SevenZipCompressionMethod Method { get; }