CabEntry
CabEntry class
Represents a single file within cab archive.
The CabEntry type exposes the following members:
Properties
| Name | Description |
|---|---|
| name | Gets name of the entry within the archive. |
| length | Gets the length of the entry in bytes. |
| modification_time | Gets last modified date and time. |
Methods
| Name | Description |
|---|---|
| extract(path) | Extracts the entry to the filesystem by the path provided. |
| extract(destination) | Extracts the entry to the stream provided. |
| open() | Opens the entry for extraction and provides a stream with entry content. |
See Also
- namespace aspose.zip.cab
- assembly Aspose.Zip