Package com.luciad.imageio.webp
Class WebPImageReaderSpi
-
- All Implemented Interfaces:
-
javax.imageio.spi.RegisterableService
public class WebPImageReaderSpi extends ImageReaderSpi
-
-
Constructor Summary
Constructors Constructor Description WebPImageReaderSpi()
-
Method Summary
Modifier and Type Method Description ImageReadercreateReaderInstance(Object extension)BooleancanDecodeInput(Object source)StringgetDescription(Locale locale)-
Methods inherited from class javax.imageio.spi.ImageReaderSpi
createReaderInstance, getImageWriterSpiNames, getInputTypes, isOwnReader -
Methods inherited from class javax.imageio.spi.IIOServiceProvider
getVendorName, getVersion, onDeregistration, onRegistration -
Methods inherited from class javax.imageio.spi.ImageReaderWriterSpi
getExtraImageMetadataFormatNames, getExtraStreamMetadataFormatNames, getFileSuffixes, getFormatNames, getImageMetadataFormat, getMIMETypes, getNativeImageMetadataFormatName, getNativeStreamMetadataFormatName, getPluginClassName, getStreamMetadataFormat, isStandardImageMetadataFormatSupported, isStandardStreamMetadataFormatSupported -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
createReaderInstance
ImageReader createReaderInstance(Object extension)
-
canDecodeInput
Boolean canDecodeInput(Object source)
-
getDescription
String getDescription(Locale locale)
-
-
-
-