public static class ArchiveUtil.ArchivedFileInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static long |
SIZE_UNKNOWN |
Constructor and Description |
---|
ArchivedFileInfo(java.lang.String name,
long size,
long timestamp,
boolean isDirectory) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
long |
getSize() |
long |
getTimestamp() |
boolean |
isDirectory() |
public static final long SIZE_UNKNOWN