|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectIIOServiceProvider
ImageReaderWriterSpi
ImageReaderSpi
GDALImageReaderSpi
JpegGDALImageReaderSpi
public class JpegGDALImageReaderSpi
Service provider interface for jpeg images
Field Summary |
---|
Fields inherited from class ImageReaderSpi |
---|
inputTypes, STANDARD_INPUT_TYPE, writerSpiNames |
Fields inherited from class ImageReaderWriterSpi |
---|
names, pluginClassName |
Constructor Summary | |
---|---|
JpegGDALImageReaderSpi()
|
Method Summary | |
---|---|
boolean |
canDecodeInput(Object input)
This method checks if the provided input can be decoded from this SPI |
ImageReader |
createReaderInstance(Object source)
Returns an instance of the JpegGDALImageReader |
String |
getDescription(Locale locale)
|
Methods inherited from class GDALImageReaderSpi |
---|
getSupportedFormats, isAvailable, isDecodable, onRegistration |
Methods inherited from class ImageReaderSpi |
---|
createReaderInstance, getImageWriterSpiNames, getInputTypes, isOwnReader |
Methods inherited from class ImageReaderWriterSpi |
---|
getExtraImageMetadataFormatNames, getExtraStreamMetadataFormatNames, getFileSuffixes, getFormatNames, getImageMetadataFormat, getMIMETypes, getNativeImageMetadataFormatName, getNativeStreamMetadataFormatName, getPluginClassName, getStreamMetadataFormat, isStandardImageMetadataFormatSupported, isStandardStreamMetadataFormatSupported |
Methods inherited from class IIOServiceProvider |
---|
getVendorName, getVersion, onDeregistration |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JpegGDALImageReaderSpi()
Method Detail |
---|
public boolean canDecodeInput(Object input) throws IOException
canDecodeInput
in class GDALImageReaderSpi
true
if the input can be successfully decoded.
IOException
public ImageReader createReaderInstance(Object source) throws IOException
createReaderInstance
in class ImageReaderSpi
IOException
ImageReaderSpi.createReaderInstance(java.lang.Object)
public String getDescription(Locale locale)
getDescription
in class IIOServiceProvider
IIOServiceProvider.getDescription(java.util.Locale)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |