Interface ClassPath.ClassFile

Enclosing class:
ClassPath

public static interface ClassPath.ClassFile
Contains information about file/ZIP entry of the Java class.
  • Method Details Link icon

    • getBase Link icon

      Returns:
      base path of found class, i.e. class is contained relative to that path, which may either denote a directory, or ZIP file
    • getInputStream Link icon

      Returns:
      input stream for class file.
      Throws:
      IOException - if an I/O error occurs.
    • getPath Link icon

      Returns:
      canonical path to class file.
    • getSize Link icon

      long getSize()
      Returns:
      size of class file.
    • getTime Link icon

      long getTime()
      Returns:
      modification time of class file.