Class SevenZipBZip2CompressionSettings
SevenZipBZip2CompressionSettings class
Settings for BZip2 compression method within 7z archive.
public class SevenZipBZip2CompressionSettings : SevenZipCompressionSettings
Constructors
| Name | Description |
|---|---|
| SevenZipBZip2CompressionSettings() | Initializes a new instance of the SevenZipBZip2CompressionSettings class with default block size, equals to 9 hundred of kilobytes. |
| SevenZipBZip2CompressionSettings(int) | Initializes a new instance of the SevenZipBZip2CompressionSettings class. |
Properties
| Name | Description |
|---|---|
| BlockSize { get; } | Block size in hundreds of kilobytes. |
| override Method { get; } | Gets compression or decompression method. |
Remarks
Bzip2 compresses files using the Burrows-Wheeler block sorting text compression algorithm, and Huffman coding.
See more: https://en.wikipedia.org/wiki/Bzip2
See Also
- class SevenZipCompressionSettings
- namespace Aspose.Zip.Saving
- assembly Aspose.Zip