public class FileInfo extends Object
| Modifier and Type | Field and Description | 
|---|---|
String | 
filename
Absolute path to this file. 
 | 
Class<?> | 
reader
IFormatReader implementation that would be used to read this file. 
 | 
boolean | 
usedToInitialize
Whether or not this file can be passed to the appropriate reader's
 setId(String) method. 
 | 
| Constructor and Description | 
|---|
FileInfo()  | 
public String filename
public Class<?> reader
public boolean usedToInitialize
Copyright © 2017 Open Microscopy Environment