KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > imageio > spi > ImageReaderSpi

javax.imageio.spi
Class ImageReaderSpi

java.lang.Object
  extended by javax.imageio.spi.IIOServiceProvider
      extended by javax.imageio.spi.ImageReaderWriterSpi
          extended by javax.imageio.spi.ImageReaderSpi
All Implemented Interfaces:
RegisterableService
See Also:
Source Code, IIORegistry

public abstract boolean canDecodeInput(Object source)
                                throws IOException
See Also:
IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ImageReader createReaderInstance()
                                 throws IOException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract ImageReader createReaderInstance(Object extension)
                                          throws IOException
See Also:
IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String[] getImageWriterSpiNames()
See Also:
ImageIO.getImageWriter(ImageReader)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Class[] getInputTypes()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected ImageReaderSpi()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ImageReaderSpi(String vendorName,
                      String version,
                      String[] names,
                      String[] suffixes,
                      String[] MIMETypes,
                      String readerClassName,
                      Class[] inputTypes,
                      String[] writerSpiNames,
                      boolean supportsStandardStreamMetadataFormat,
                      String nativeStreamMetadataFormatName,
                      String nativeStreamMetadataFormatClassName,
                      String[] extraStreamMetadataFormatNames,
                      String[] extraStreamMetadataFormatClassNames,
                      boolean supportsStandardImageMetadataFormat,
                      String nativeImageMetadataFormatName,
                      String nativeImageMetadataFormatClassName,
                      String[] extraImageMetadataFormatNames,
                      String[] extraImageMetadataFormatClassNames)
See Also:
IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected Class[] inputTypes
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean isOwnReader(ImageReader reader)
See Also:
IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Class[] STANDARD_INPUT_TYPE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected String[] writerSpiNames
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags