LhaArchiveEntry
LhaArchiveEntry class
Represents single file within Lha archive.
The LhaArchiveEntry type exposes the following members:
Properties
Name | Description |
---|---|
name | Gets name of the entry. |
length | Gets the length of the entry in bytes. |
Methods
Name | Description |
---|---|
extract(path) | Extracts Lha archive entry to a file by path. |
extract(destination) | Extracts the entry to the stream provided. |
See Also
- namespace aspose.zip.lha
- assembly Aspose.Zip