ArchiveEntrySettings

ArchiveEntrySettings class

Settings used to compress or decompress entries.

The ArchiveEntrySettings type exposes the following members:

Constructors

NameDescription
ArchiveEntrySettings(compression_settings, encryption_settings)Initializes a new instance of the ArchiveEntrySettings class

Properties

NameDescription
compression_settingsGets settings for compression or decompression routine.
encryption_settingsGets settings for encryption or decryption. Settings of particular entry may vary.

See Also