Example usage for Java javax.imageio.spi ImageReaderSpi fields, constructors, methods, implement or subclass
The text is from its open source code.
boolean | canDecodeInput(Object source) Returns true if the supplied source object appears to be of the format supported by this reader. |
ImageReader | createReaderInstance() Returns an instance of the ImageReader implementation associated with this service provider. |
Class> | getClass() Returns the runtime class of this Object . |
String | getDescription(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. |
String | getVendorName() Returns the name of the vendor responsible for creating this service provider and its associated implementation. |
String | getVersion() Returns a string describing the version number of this service provider and its associated implementation. |