Class CMYKJPEGImageReaderSpi

  • All Implemented Interfaces:
    javax.imageio.spi.RegisterableService

    public class CMYKJPEGImageReaderSpi
    extends javax.imageio.spi.ImageReaderSpi
    A reader for JPEG images in the CMYK color space.
    • Field Summary

      • Fields inherited from class javax.imageio.spi.ImageReaderSpi

        STANDARD_INPUT_TYPE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean canDecodeInput​(java.lang.Object source)  
      javax.imageio.ImageReader createReaderInstance​(java.lang.Object extension)  
      java.lang.String getDescription​(java.util.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

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CMYKJPEGImageReaderSpi

        public CMYKJPEGImageReaderSpi()
    • Method Detail

      • canDecodeInput

        public boolean canDecodeInput​(java.lang.Object source)
                               throws java.io.IOException
        Specified by:
        canDecodeInput in class javax.imageio.spi.ImageReaderSpi
        Throws:
        java.io.IOException
      • createReaderInstance

        public javax.imageio.ImageReader createReaderInstance​(java.lang.Object extension)
                                                       throws java.io.IOException
        Specified by:
        createReaderInstance in class javax.imageio.spi.ImageReaderSpi
        Throws:
        java.io.IOException
      • getDescription

        public java.lang.String getDescription​(java.util.Locale locale)
        Specified by:
        getDescription in class javax.imageio.spi.IIOServiceProvider