Package com.aspose.zip
Class LhaDirectoryEntry
- java.lang.Object
-
- com.aspose.zip.LhaDirectoryEntry
-
public class LhaDirectoryEntry extends Object
Represents an empty directory inside Lha archive.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidextractToDirectory(String destinationDirectory)Composes an empty directory insidedestinationDirectory.StringgetName()Gets the name of the directory.
-
-
-
Method Detail
-
extractToDirectory
public final void extractToDirectory(String destinationDirectory)
Composes an empty directory inside
destinationDirectory.No data is extracted.
- Parameters:
destinationDirectory- the outer directory
-
getName
public final String getName()
Gets the name of the directory.
- Returns:
- the name of the directory
-
-