SevenZipArchiveEntryPlain

SevenZipArchiveEntryPlain class

SevenZip entry that needs to be compressed without encryption or decompressed without decryption.

The SevenZipArchiveEntryPlain type exposes the following members:

Properties

NameDescription
nameGets name of the entry within archive.
modification_timeGets last modified date and time.
uncompressed_sizeGets size of original file.
compressed_sizeGets size of compressed file.
is_directoryGets a value indicating whether the entry represents directory.
compression_settingsGets settings for compression or decompression.
lengthGets the length of the entry in bytes.

Methods

NameDescription
extract(path, password)Extracts the entry to the filesystem by the path provided.
extract(destination, password)Extracts the entry to the stream provided.
extract(path)Extracts the entry to the filesystem by the path provided.
extract(destination)Extracts the entry to the stream provided.
open(password)Opens the entry for extraction and provides a stream with entry content.

See Also