AlzArchiveLoadOptions

AlzArchiveLoadOptions class

Options with which ALZ archive is loaded from a compressed file.

The AlzArchiveLoadOptions type exposes the following members:

Constructors

NameDescription
AlzArchiveLoadOptions()Initializes a new instance of the AlzArchiveLoadOptions class

Properties

NameDescription
decryption_passwordGets or sets the password to decrypt entries.
encodingGets or sets the encoding for entries’ names. Default is Korean Windows code page 949 (CP949).
skip_checksum_verificationGets or sets a value indicating whether checksum verification of ALZ entries be skipped and mismatch ignored. Default is false.

See Also