Bzip2SaveOptions

Bzip2SaveOptions class

Options for saving a bzip2 archive.

The Bzip2SaveOptions type exposes the following members:

Constructors

NameDescription
Bzip2SaveOptions(block_size)Initializes a new instance of the Bzip2SaveOptions class
Bzip2SaveOptions()Initializes a new instance of the Bzip2SaveOptions class with default block size, equals to 9 hundred of kilobytes.

Properties

NameDescription
block_sizeBlock size in hundreds of kilobytes.
compression_threadsGets or sets compression thread count. If the value greater than 1, multithreading compression will be used.

See Also