TarEntry
Contents
[
Hide
]TarEntry class
Represents single file within tar archive.
The TarEntry type exposes the following members:
Properties
Name | Description |
---|---|
name | Gets or sets a name of the entry within the archive. |
length | Get length of entry in bytes. |
uncompressed_size | Gets the size of an original file. |
is_directory | Gets a value indicating whether the entry represents a directory. |
modification_time | Gets the modification time of the file or 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 entry content. |
See Also
- namespace aspose.zip.tar
- assembly Aspose.Zip