Class Bzip2LoadOptions

Bzip2LoadOptions class

Options for loading Bzip2Archive. Contains event raised on extraction.

public class Bzip2LoadOptions

Constructors

NameDescription
Bzip2LoadOptions()The default constructor.

Properties

NameDescription
CancellationToken { get; set; }Gets or sets a cancellation token used to cancel the extraction operation.

Events

NameDescription
event ExtractionProgressedEvent raised invoked when some bytes have been extracted.

See Also