Class IsoEntry
Contents
[
Hide
]IsoEntry class
Represents an entry (file or directory) within an ISO archive.
public abstract class IsoEntry : IArchiveFileEntry
Properties
| Name | Description |
|---|---|
| IsDirectory { get; } | Gets a value indicating whether the entry is a directory. |
| Length { get; } | Gets or sets creation date and time. |
| ModificationTime { get; } | Gets or sets last modified date and time. |
| Name { get; } | Gets the name of the entry. |
Methods
| Name | Description |
|---|---|
| Extract(Stream) | Extracts the entry to the stream provided. |
| Extract(string) | Extracts the entry to the filesystem by the path provided. |
| override ToString() | Returns a string that represents the current entry. |
See Also
- interface IArchiveFileEntry
- namespace Aspose.Zip.Iso
- assembly Aspose.Zip