Class FileLister.Entry

java.lang.Object
kilim.analysis.FileLister.Entry
Direct Known Subclasses:
DirIterator.DirEntry, JarIterator.JEntry
Enclosing class:
FileLister

public abstract static class FileLister.Entry extends Object
  • Constructor Details

    • Entry

      public Entry()
  • Method Details

    • getFileName

      public abstract String getFileName()
    • getSize

      public abstract long getSize()
    • getInputStream

      public abstract InputStream getInputStream() throws IOException
      Throws:
      IOException
    • check

      public boolean check(String outdir)
      check if a newer version of the file exists in an output directory. false negatives are allowed
      Parameters:
      outdir - the output directory
      Returns:
      true if the newer version exists