XarFileEntry
Contents
[
Hide
]XarFileEntry class
Represents file entry within xar archive.
The XarFileEntry type exposes the following members:
Properties
| Name | Description |
|---|---|
| name | Gets name of the entry within the archive. |
| full_path | Gets a full path of the entry within the archive. |
| is_directory | Gets a value indicating whether the entry represents a directory. |
| parent | Gets the parent directory the entry belongs to. |
| creation_time | Gets the creation time of the file or directory. |
| last_access_time | Gets the last access time of the file or directory. |
| last_write_time | Gets the modification time of the file or directory. |
| modification_time | Gets the modification time of the file or directory. |
| length | Gets the length of the entry in bytes. |
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.xar
- assembly Aspose.Zip