AlzEntry
Contents
[
Hide
]AlzEntry class
Represents a file entry in an ALZ archive with all its metadata.
The AlzEntry type exposes the following members:
Properties
| Name | Description |
|---|---|
| compressed_size | Compressed size of the file data in bytes. |
| uncompressed_size | Uncompressed size of the file data in bytes. |
| length | Gets the length of the entry in bytes. |
| is_directory | Returns true if this entry represents a directory. |
| name | File name (without path). |
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.alz
- assembly Aspose.Zip