public class FileInfo extends Object
| Modifier and Type | Field and Description | 
|---|---|
| String | filenameAbsolute path to this file. | 
| Class<?> | readerIFormatReader implementation that would be used to read this file. | 
| boolean | usedToInitializeWhether 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