Class TarEntry
Contents
[
Hide
]TarEntry class
Represents single file within tar archive.
public class TarEntry : IArchiveFileEntry
Properties
| Name | Description |
|---|---|
| IsDirectory { get; } | Gets a value indicating whether the entry represents a directory. |
| Length { get; } | Get length of entry in bytes. |
| ModificationTime { get; } | Gets the modification time of the file or directory. |
| Name { get; set; } | Gets or sets a name of the entry within the archive. |
| UncompressedSize { get; } | Gets the size of an original file. |
Methods
| Name | Description |
|---|---|
| Extract(Stream) | Extracts the entry to the stream provided. |
| Extract(string) | Extracts the entry to the filesystem by the path provided. |
| Open() | Opens the entry for extraction and provides a stream with entry content. |
See Also
- interface IArchiveFileEntry
- namespace Aspose.Zip.Tar
- assembly Aspose.Zip