Class ArchiveLoadOptions

ArchiveLoadOptions class

Options with which archive is loaded from a compressed file.

public class ArchiveLoadOptions

Constructors

NameDescription
ArchiveLoadOptions()The default constructor.

Properties

NameDescription
DecryptionPassword { get; set; }Gets or sets the password to decrypt entries.
Encoding { get; set; }Gets or sets the encoding for entries’ names.
EntryExtractionProgressed { get; set; }Gets or sets the delegate invoked when some bytes have been extracted.
EntryListed { get; set; }Gets or sets the delegate invoked when an entry listed within table of content.
SkipChecksumVerification { get; set; }Get or set a value indicating whether checksum verification of ZIP entries be skipped and mismatch ignored. Default is false.

See Also