Interface Archive.Entry
- Enclosing interface:
- Archive
public static interface Archive.Entry
Represents a single entry in the archive.
- 
Method SummaryModifier and TypeMethodDescriptionbooleanReturnstrueif the entry represents a directory.name()Returns the name of the entry.
- 
Method Details- 
nameString name()Returns the name of the entry.- Returns:
- the name of the entry
 
- 
isDirectoryboolean isDirectory()Returnstrueif the entry represents a directory.- Returns:
- if the entry is a directory
 
 
-