|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ArchiveEntry
Represents an entry of an archive.
| Field Summary | |
|---|---|
static long |
SIZE_UNKNOWN
Special value indicating that the size is unknown |
| Method Summary | |
|---|---|
Date |
getLastModifiedDate()
The last modified date of the entry. |
String |
getName()
The name of the entry in the archive. |
long |
getSize()
The (uncompressed) size of the entry. |
boolean |
isDirectory()
True if the entry refers to a directory |
| Field Detail |
|---|
static final long SIZE_UNKNOWN
| Method Detail |
|---|
String getName()
long getSize()
boolean isDirectory()
Date getLastModifiedDate()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||