Schnittstelle ClassPath.ClassFile

Umschließende Klasse:
ClassPath

public static interface ClassPath.ClassFile
Contains information about file/ZIP entry of the Java class.
  • Methodendetails

    • getInputStream

      InputStream getInputStream() throws IOException
      Gibt zurück:
      input stream for class file.
      Löst aus:
      IOException
    • getPath

      String getPath()
      Gibt zurück:
      canonical path to class file.
    • getBase

      String getBase()
      Gibt zurück:
      base path of found class, i.e. class is contained relative to that path, which may either denote a directory, or zip file
    • getTime

      long getTime()
      Gibt zurück:
      modification time of class file.
    • getSize

      long getSize()
      Gibt zurück:
      size of class file.