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