LzxArchiveEntry
LzxArchiveEntry class
Represents a single file within LZX archive.
The LzxArchiveEntry type exposes the following members:
Properties
| Name | Description |
|---|---|
| name | Gets name of the entry. |
| commentary | Gets the commentary. |
| length | Gets the length of the entry in bytes. |
| uncompressed_size | Gets size of the original file. |
| compressed_size | Gets size of the compressed file. |
| is_directory | Gets a value indicating whether this entry is a directory. |
| modification_time | Gets the last modified time of the entry. |
Methods
| Name | Description |
|---|---|
| extract(path) | Extracts Lzx archive entry to a filesystem by path. |
| extract(destination) | Extracts the entry to the stream provided. |
See Also
- namespace aspose.zip.lzx
- assembly Aspose.Zip