Class DCXImageReaderSpi
java.lang.Object
javax.imageio.spi.IIOServiceProvider
javax.imageio.spi.ImageReaderWriterSpi
javax.imageio.spi.ImageReaderSpi
com.twelvemonkeys.imageio.spi.ImageReaderSpiBase
com.twelvemonkeys.imageio.plugins.dcx.DCXImageReaderSpi
- All Implemented Interfaces:
RegisterableService
public final class DCXImageReaderSpi
extends com.twelvemonkeys.imageio.spi.ImageReaderSpiBase
-
Field Summary
Fields inherited from class javax.imageio.spi.ImageReaderSpi
inputTypes, STANDARD_INPUT_TYPE, writerSpiNames
Fields inherited from class javax.imageio.spi.ImageReaderWriterSpi
extraImageMetadataFormatClassNames, extraImageMetadataFormatNames, extraStreamMetadataFormatClassNames, extraStreamMetadataFormatNames, MIMETypes, names, nativeImageMetadataFormatClassName, nativeImageMetadataFormatName, nativeStreamMetadataFormatClassName, nativeStreamMetadataFormatName, pluginClassName, suffixes, supportsStandardImageMetadataFormat, supportsStandardStreamMetadataFormat
Fields inherited from class javax.imageio.spi.IIOServiceProvider
vendorName, version
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
canDecodeInput
(Object source) createReaderInstance
(Object extension) getDescription
(Locale locale) Methods inherited from class javax.imageio.spi.ImageReaderSpi
createReaderInstance, getImageWriterSpiNames, getInputTypes, isOwnReader
Methods inherited from class javax.imageio.spi.ImageReaderWriterSpi
getExtraImageMetadataFormatNames, getExtraStreamMetadataFormatNames, getFileSuffixes, getFormatNames, getImageMetadataFormat, getMIMETypes, getNativeImageMetadataFormatName, getNativeStreamMetadataFormatName, getPluginClassName, getStreamMetadataFormat, isStandardImageMetadataFormatSupported, isStandardStreamMetadataFormatSupported
Methods inherited from class javax.imageio.spi.IIOServiceProvider
getVendorName, getVersion, onDeregistration, onRegistration
-
Constructor Details
-
DCXImageReaderSpi
public DCXImageReaderSpi()Creates aDCXImageReaderSpi
.
-
-
Method Details
-
canDecodeInput
- Specified by:
canDecodeInput
in classImageReaderSpi
- Throws:
IOException
-
createReaderInstance
- Specified by:
createReaderInstance
in classImageReaderSpi
- Throws:
IOException
-
getDescription
- Specified by:
getDescription
in classIIOServiceProvider
-