接口 Archive.Entry

封闭接口:
Archive

public static interface Archive.Entry
Represents a single entry in the archive.
  • 方法概要

    修饰符和类型
    方法
    说明
    boolean
    Returns true if the entry represents a directory.
    Returns the name of the entry.
  • 方法详细资料

    • name

      String name()
      Returns the name of the entry.
      返回:
      the name of the entry
    • isDirectory

      boolean isDirectory()
      Returns true if the entry represents a directory.
      返回:
      if the entry is a directory