loci.formats
Class FluoviewReader
java.lang.Object
loci.formats.FormatHandler
loci.formats.FormatReader
loci.formats.BaseTiffReader
loci.formats.FluoviewReader
- public class FluoviewReader
- extends BaseTiffReader
FluoviewReader is the file format reader for
Olympus Fluoview TIFF files.
|
Constructor Summary |
FluoviewReader()
Constructs a new Fluoview TIFF reader. |
|
Method Summary |
protected void |
initMetadata()
Populates the metadata hashtable. |
boolean |
isThisType(byte[] block)
Checks if the given block is a valid header for a Fluoview TIFF file. |
boolean |
isThisType(String name)
Checks if the given string is a valid filename for a Fluoview TIFF file. |
static void |
main(String[] args)
|
| Methods inherited from class loci.formats.BaseTiffReader |
close, getImageCount, getTiffDimensions, initFile, initOMEMetadata, initStandardMetadata, open, put, put, put, put, put, put, put, put, put, put, putInt |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FluoviewReader
public FluoviewReader()
- Constructs a new Fluoview TIFF reader.
isThisType
public boolean isThisType(byte[] block)
- Checks if the given block is a valid header for a Fluoview TIFF file.
- Overrides:
isThisType in class BaseTiffReader
isThisType
public boolean isThisType(String name)
- Checks if the given string is a valid filename for a Fluoview TIFF file.
- Overrides:
isThisType in class FormatHandler
initMetadata
protected void initMetadata()
- Populates the metadata hashtable.
- Overrides:
initMetadata in class BaseTiffReader
main
public static void main(String[] args)
throws FormatException,
IOException
- Throws:
FormatException
IOException