SevenZipArchiveEntry
Contents
[
Hide
]SevenZipArchiveEntry class
Represents single file within 7z archive.
The SevenZipArchiveEntry type exposes the following members:
Properties
Name | Description |
---|---|
name | Gets name of the entry within archive. |
modification_time | Gets last modified date and time. |
uncompressed_size | Gets size of original file. |
compressed_size | Gets size of compressed file. |
is_directory | Gets a value indicating whether the entry represents directory. |
compression_settings | Gets settings for compression or decompression. |
length | Gets the length of the entry in bytes. |
Methods
Name | Description |
---|---|
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
- namespace aspose.zip.sevenzip
- assembly Aspose.Zip