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 the length of the entry in bytes.
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