org.monte.media.jpeg
Class CMYKJPEGImageReaderSpi

java.lang.Object
  extended by javax.imageio.spi.IIOServiceProvider
      extended by javax.imageio.spi.ImageReaderWriterSpi
          extended by javax.imageio.spi.ImageReaderSpi
              extended by org.monte.media.jpeg.CMYKJPEGImageReaderSpi
All Implemented Interfaces:
RegisterableService

public class CMYKJPEGImageReaderSpi
extends ImageReaderSpi

A reader for JPEG images in the CMYK color space.

Version:
1.2 2011-02-17 Removes support for JMF.
1.0 2010-07-23 Created.
Author:
Werner Randelshofer

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
CMYKJPEGImageReaderSpi()
           
 
Method Summary
 boolean canDecodeInput(Object source)
           
 ImageReader createReaderInstance(Object extension)
           
 String 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMYKJPEGImageReaderSpi

public CMYKJPEGImageReaderSpi()
Method Detail

canDecodeInput

public boolean canDecodeInput(Object source)
                       throws IOException
Specified by:
canDecodeInput in class ImageReaderSpi
Throws:
IOException

createReaderInstance

public ImageReader createReaderInstance(Object extension)
                                 throws IOException
Specified by:
createReaderInstance in class ImageReaderSpi
Throws:
IOException

getDescription

public String getDescription(Locale locale)
Specified by:
getDescription in class IIOServiceProvider


Copyright © 2016 Silverpeas. All Rights Reserved.