AppleArchiveEntry
AppleArchiveEntry class
Represents a file or directory entry within an AppleArchive.
The AppleArchiveEntry type exposes the following members:
Properties
| Name | Description |
|---|---|
| name | Gets the path of the entry inside the archive. |
| length | Gets the uncompressed length of the entry in bytes. |
| is_directory | Gets a value indicating whether the entry represents a directory. |
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 the entry content. |
See Also
- namespace aspose.zip.apple
- assembly Aspose.Zip