ArchiveEntryEncrypted
Contents
[
Hide
]ArchiveEntryEncrypted class
Zip entry that needs to be compressed with encryption or decompressed with decryption.
The ArchiveEntryEncrypted type exposes the following members:
Properties
| Name | Description |
|---|---|
| compressed_size | Gets size of the compressed file. |
| name | Gets name of the entry within the archive. |
| comment | Gets comment of the entry within archive. |
| uncompressed_size | Gets size of the original file. |
| modification_time | Gets or sets last modified date and time. |
| is_directory | Gets a value indicating whether the entry represents a directory. |
| data_source | Source for the entry if the entry was added to the archive, not extracted. |
| compression_settings | Gets settings for compression or decompression. |
| encryption_settings | Gets settings for encryption or decryption. |
| 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 decompressed entry content. |
See Also
- namespace aspose.zip
- assembly Aspose.Zip