Class ZstandardLoadOptions

ZstandardLoadOptions class

Options with which ZstandardArchive is loaded from a compressed file. Contains event raised on extraction.

public class ZstandardLoadOptions

Constructors

NameDescription
ZstandardLoadOptions()The default constructor.

Properties

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

Events

NameDescription
event ExtractionProgressedGets or sets the delegate invoked when some bytes have been extracted.

See Also