public static interface ArchiveFile.Entry
Modifier and Type | Method and Description |
---|---|
long |
getLastModificationTime()
Returns the time of the entries last modification.
|
String |
getName()
Returns the entries name.
|
long |
getSize()
Returns the entries size.
|
boolean |
isDirectory()
Returns, whether the entry is a directory.
|
String getName()
boolean isDirectory()
long getLastModificationTime()
long getSize()
Copyright © 2001-2014 Codehaus. All Rights Reserved.