ArchiveInstanceInfo

ArchiveInstanceInfo class

Represents information about the archive instance.

The ArchiveInstanceInfo type exposes the following members:

Properties

NameDescription
format_infoGets the archive format info.
is_content_encryptedGets a value indicating whether content of the archive is encrypted.
are_file_names_encryptedGets a value indicating whether names of entries (files) of the archive are encrypted.

Methods

NameDescription
get_archive_format_info(file_name)Gets archive format info.
get_archive_format_info(stream)Gets archive format info.
get_archive_instance_info(file_name)Gets archive instance info.
get_archive_instance_info(stream)Gets archive instance info.

See Also