Package ch.randelshofer.media.jpeg
Class CMYKJPEGImageReaderSpi
- java.lang.Object
-
- javax.imageio.spi.IIOServiceProvider
-
- javax.imageio.spi.ImageReaderWriterSpi
-
- javax.imageio.spi.ImageReaderSpi
-
- ch.randelshofer.media.jpeg.CMYKJPEGImageReaderSpi
-
- All Implemented Interfaces:
RegisterableService
public class CMYKJPEGImageReaderSpi extends ImageReaderSpi
A reader for JPEG images in the CMYK color space.
-
-
Field Summary
-
Fields inherited from class javax.imageio.spi.ImageReaderSpi
STANDARD_INPUT_TYPE
-
-
Constructor Summary
Constructors Constructor Description CMYKJPEGImageReaderSpi()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanDecodeInput(Object source)ImageReadercreateReaderInstance(Object extension)StringgetDescription(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
-
-
-
-
Method Detail
-
canDecodeInput
public boolean canDecodeInput(Object source) throws IOException
- Specified by:
canDecodeInputin classImageReaderSpi- Throws:
IOException
-
createReaderInstance
public ImageReader createReaderInstance(Object extension) throws IOException
- Specified by:
createReaderInstancein classImageReaderSpi- Throws:
IOException
-
getDescription
public String getDescription(Locale locale)
- Specified by:
getDescriptionin classIIOServiceProvider
-
-