public final class TarEntry extends Object
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns the name of the entry.
|
long |
getSize()
Returns the byte size of the entry.
|
boolean |
isDirectory()
Checks if the the current entry is a directory.
|
public long getSize()
public String getName()
public boolean isDirectory()
Copyright © 2005–2015 BaseX Team. All rights reserved.