LhaDirectoryEntry

Inheritance: java.lang.Object

public class LhaDirectoryEntry

Represents an empty directory inside Lha archive.

Methods

MethodDescription
extractToDirectory(String destinationDirectory)Composes an empty directory inside destinationDirectory.
getName()Gets the name of the directory.

extractToDirectory(String destinationDirectory)

public final void extractToDirectory(String destinationDirectory)

Composes an empty directory inside destinationDirectory.

No data is extracted.

Parameters:

ParameterTypeDescription
destinationDirectoryjava.lang.Stringthe outer directory

getName()

public final String getName()

Gets the name of the directory.

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