IsoEntry

Inheritance: java.lang.Object

public abstract class IsoEntry

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

Methods

MethodDescription
getName()Gets the name of the entry.
isDirectory()Gets a value indicating whether the entry is a directory.
toString()Returns a string that represents the current entry.

getName()

public final String getName()

Gets the name of the entry.

Returns: java.lang.String - the name of the entry

isDirectory()

public final boolean isDirectory()

Gets a value indicating whether the entry is a directory.

Returns: boolean - a value indicating whether the entry represents a directory

toString()

public String toString()

Returns a string that represents the current entry.

Returns: java.lang.String - a string that represents the current entry