public interface ArchiveEntry
Modifier and Type | Field and Description |
---|---|
static long |
SIZE_UNKNOWN
Special value indicating that the size is unknown
|
Modifier and Type | Method and 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()
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"