public class DicomImageReaderSpi extends ImageReaderSpi
| Modifier and Type | Field and Description |
|---|---|
private static String[] |
formatNames |
private static Class<?>[] |
inputTypes |
private static String[] |
MIMETypes |
private static String[] |
suffixes |
private static String |
vendorName |
private static String |
version |
STANDARD_INPUT_TYPE, writerSpiNamesextraImageMetadataFormatClassNames, extraImageMetadataFormatNames, extraStreamMetadataFormatClassNames, extraStreamMetadataFormatNames, names, nativeImageMetadataFormatClassName, nativeImageMetadataFormatName, nativeStreamMetadataFormatClassName, nativeStreamMetadataFormatName, pluginClassName, supportsStandardImageMetadataFormat, supportsStandardStreamMetadataFormat| Constructor and Description |
|---|
DicomImageReaderSpi() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canDecodeInput(Object source) |
ImageReader |
createReaderInstance(Object extension) |
String |
getDescription(Locale locale) |
createReaderInstance, getImageWriterSpiNames, getInputTypes, isOwnReadergetExtraImageMetadataFormatNames, getExtraStreamMetadataFormatNames, getFileSuffixes, getFormatNames, getImageMetadataFormat, getMIMETypes, getNativeImageMetadataFormatName, getNativeStreamMetadataFormatName, getPluginClassName, getStreamMetadataFormat, isStandardImageMetadataFormatSupported, isStandardStreamMetadataFormatSupportedgetVendorName, getVersion, onDeregistration, onRegistrationprivate static final String vendorName
private static final String[] formatNames
private static final Class<?>[] inputTypes
public DicomImageReaderSpi()
public String getDescription(Locale locale)
getDescription in class IIOServiceProviderpublic boolean canDecodeInput(Object source) throws IOException
canDecodeInput in class ImageReaderSpiIOExceptionpublic ImageReader createReaderInstance(Object extension) throws IOException
createReaderInstance in class ImageReaderSpiIOExceptionCopyright © 2017 dcm4che.org. All rights reserved.