Class Bzip2SaveOptions
Bzip2SaveOptions class
Options for saving a bzip2 archive.
public class Bzip2SaveOptions
Constructors
Name | Description |
---|
Bzip2SaveOptions() | Initializes a new instance of the Bzip2SaveOptions class with default block size, equals to 9 hundred of kilobytes. |
Bzip2SaveOptions(int) | Initializes a new instance of the Bzip2SaveOptions class. |
Properties
Name | Description |
---|
BlockSize { get; } | Block size in hundreds of kilobytes. |
CompressionThreads { get; set; } | Gets or sets compression thread count. If the value greater than 1, multithreading compression will be used. |
Events
See Also