Class ArchiveLoadOptions
ArchiveLoadOptions class
Options with which archive is loaded from compressed file.
public class ArchiveLoadOptions
Constructors
Properties
Name | Description |
---|
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. |
See Also