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 |
---|---|
Date |
getLastModifiedDate()
Gets the last modified date of this entry.
|
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
String getName()
long getSize()
boolean isDirectory()
Date getLastModifiedDate()
Copyright © 2016 The Apache Software Foundation. All rights reserved.