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, setEnabled
getVersion, log
getInfo, getPriority, setInfo, setPriority, toString
context, getContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
ownsLocationType
getVersion, log
getIdentifier
context, getContext, setContext
compareTo, getPriority, setPriority
getInfo, setInfo
getLocation
public 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 AbstractFormat
public String[] getSuffixes()
getSuffixes
in interface Format
getSuffixes
in class AbstractFormat
Copyright © 2015–2022 SCIFIO. All rights reserved.