Bzip2SaveOptions

Bzip2SaveOptions class

Options for saving a bzip2 archive.

public class Bzip2SaveOptions

Constructors

NameDescription
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

NameDescription
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.

See Also