ArArchiveEntry, ArjArchiveEntry, CpioArchiveEntry, DumpArchiveEntry, JarArchiveEntry, SevenZArchiveEntry, TarArchiveEntry, ZipArchiveEntrypublic interface ArchiveEntry
| Modifier and Type | Field | Description |
|---|---|---|
static long |
SIZE_UNKNOWN |
Special value indicating that the size is unknown
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Date |
getLastModifiedDate() |
Gets the last modified date of this entry.
|
java.lang.String |
getName() |
Gets the name of the entry in this archive.
|
long |
getSize() |
Gets the uncompressed size of this entry.
|
boolean |
isDirectory() |
Returns true if this entry refers to a directory.
|
static final long SIZE_UNKNOWN
java.lang.String getName()
This method returns the raw name as it is stored inside of the archive.
long getSize()
boolean isDirectory()
java.util.Date getLastModifiedDate()