Class IsoEntry

IsoEntry class

Represents an entry (file or directory) within an ISO archive.

public abstract class IsoEntry : IArchiveFileEntry

Properties

NameDescription
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

NameDescription
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