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
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 -
Method Summary
Modifier and TypeMethodDescriptionbooleancanDecodeInput(Object source) createReaderInstance(Object extension) getDescription(Locale locale) Methods inherited from class javax.imageio.spi.ImageReaderSpi
createReaderInstance, getImageWriterSpiNames, getInputTypes, isOwnReaderMethods inherited from class javax.imageio.spi.ImageReaderWriterSpi
getExtraImageMetadataFormatNames, getExtraStreamMetadataFormatNames, getFileSuffixes, getFormatNames, getImageMetadataFormat, getMIMETypes, getNativeImageMetadataFormatName, getNativeStreamMetadataFormatName, getPluginClassName, getStreamMetadataFormat, isStandardImageMetadataFormatSupported, isStandardStreamMetadataFormatSupportedMethods inherited from class javax.imageio.spi.IIOServiceProvider
getVendorName, getVersion, onDeregistration, onRegistration
-
Constructor Details
-
CMYKJPEGImageReaderSpi
public CMYKJPEGImageReaderSpi()
-
-
Method Details
-
canDecodeInput
- Specified by:
canDecodeInputin classImageReaderSpi- Throws:
IOException
-
createReaderInstance
- Specified by:
createReaderInstancein classImageReaderSpi- Throws:
IOException
-
getDescription
- Specified by:
getDescriptionin classIIOServiceProvider
-