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