Package loci.formats
Class FileInfo
java.lang.Object
loci.formats.FileInfo
Encompasses basic metadata about a file.
-
Field Summary
FieldsModifier and TypeFieldDescriptionAbsolute path to this file.Class<?> IFormatReader implementation that would be used to read this file.booleanWhether or not this file can be passed to the appropriate reader's setId(String) method. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
filename
Absolute path to this file. -
reader
IFormatReader implementation that would be used to read this file. -
usedToInitialize
public boolean usedToInitializeWhether or not this file can be passed to the appropriate reader's setId(String) method.
-
-
Constructor Details
-
FileInfo
public FileInfo()
-
-
Method Details