接口 Archive.Entry
- 封闭接口:
 - Archive
 
public static interface Archive.Entry
Represents a single entry in the archive.
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 StringgetName()Returns the name of the entry.booleanisDirectory()Returnstrueif the entry represents a directory.
方法详细资料
isDirectory
boolean isDirectory()
Returnstrueif the entry represents a directory.- 返回:
 - if the entry is a directory