public class BioFormatsFormat extends AbstractFormat
ImageReader in a SCIFIO Format, allowing proprietary
Bio-Formats readers to be used in SCIFIO-based applications.| Modifier and Type | Class and Description |
|---|---|
static class |
BioFormatsFormat.Checker |
static class |
BioFormatsFormat.Metadata |
static class |
BioFormatsFormat.Parser |
static class |
BioFormatsFormat.Reader |
| Modifier and Type | Field and Description |
|---|---|
static String[] |
DO_NOT_CONVERT
List of classes already converted to SCIFIO.
|
| Constructor and Description |
|---|
BioFormatsFormat()
Constructs a new Format with the default list of reader classes from
readers.txt.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addReader(Class<IFormatReader> readerClass)
Adds the given reader class to this format's supported reader list.
|
ImageReader |
createImageReader()
Creates a new Bio-Formats
ImageReader. |
ImageReader |
getCachedImageReader()
Gets a cached
ImageReader, suitable for using for format checking
or suffix generation. |
String[] |
getSuffixes() |
protected String[] |
makeSuffixArray() |
createChecker, createMetadata, createParser, createReader, createWriter, getCheckerClass, getFormatName, getMetadataClass, getParserClass, getReaderClass, getWriterClass, isEnabled, setEnabledgetVersion, loggetInfo, getPriority, setInfo, setPriority, toStringcontext, getContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitownsLocationTypegetVersion, loggetIdentifiercontext, getContext, setContextcompareTo, getPriority, setPrioritygetInfo, setInfogetLocationpublic static final String[] DO_NOT_CONVERT
public BioFormatsFormat()
public ImageReader createImageReader()
ImageReader.public ImageReader getCachedImageReader()
ImageReader, suitable for using for format checking
or suffix generation. Will only instantiate an ImageReader if
necessary.public void addReader(Class<IFormatReader> readerClass)
protected String[] makeSuffixArray()
makeSuffixArray in class AbstractFormatpublic String[] getSuffixes()
getSuffixes in interface FormatgetSuffixes in class AbstractFormatCopyright © 2015–2022 SCIFIO. All rights reserved.