Java javax.imageio.spi ImageReaderSpi fields, constructors, methods, implement or subclass

Example usage for Java javax.imageio.spi ImageReaderSpi fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.imageio.spi ImageReaderSpi.

The text is from its open source code.

Subclass

javax.imageio.spi.ImageReaderSpi has subclasses.
Click this link to see all its subclasses.

Method

booleancanDecodeInput(Object source)
Returns true if the supplied source object appears to be of the format supported by this reader.
ImageReadercreateReaderInstance()
Returns an instance of the ImageReader implementation associated with this service provider.
ClassgetClass()
Returns the runtime class of this Object .
StringgetDescription(Locale locale)
Returns a brief, human-readable description of this service provider and its associated implementation.
String[]getMIMETypes()
Returns an array of String s containing a list of MIME types associated with the formats that are generally usable by the ImageReader or ImageWriter implementation associated with this service provider.
StringgetVendorName()
Returns the name of the vendor responsible for creating this service provider and its associated implementation.
StringgetVersion()
Returns a string describing the version number of this service provider and its associated implementation.