public interface ArchiveEntry
| Modifier and Type | Field and Description | 
|---|---|
| static long | SIZE_UNKNOWNSpecial 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()
This method returns the raw name as it is stored inside of the archive.
long getSize()
boolean isDirectory()
Date getLastModifiedDate()
Copyright © 2018 The Apache Software Foundation. All rights reserved.