LhaDirectoryEntry
Inheritance: java.lang.Object
public class LhaDirectoryEntry
Represents an empty directory inside Lha archive.
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
destinationDirectory | java.lang.String | the outer directory |
getName()
public final String getName()
Gets the name of the directory.
Returns: java.lang.String - the name of the directory