Package loci.formats

Class FileInfo

java.lang.Object
loci.formats.FileInfo

public class FileInfo extends Object
Encompasses basic metadata about a file.
  • Field Details

    • filename

      public String filename
      Absolute path to this file.
    • reader

      public Class<?> reader
      IFormatReader implementation that would be used to read this file.
    • usedToInitialize

      public boolean usedToInitialize
      Whether or not this file can be passed to the appropriate reader's setId(String) method.
  • Constructor Details

    • FileInfo

      public FileInfo()
  • Method Details