Package com.fourjs.report.avif
Class AVIFImageReaderSpi
- java.lang.Object
-
- javax.imageio.spi.IIOServiceProvider
-
- javax.imageio.spi.ImageReaderWriterSpi
-
- javax.imageio.spi.ImageReaderSpi
-
- com.fourjs.report.avif.AVIFImageReaderSpi
-
- All Implemented Interfaces:
RegisterableService
public class AVIFImageReaderSpi extends ImageReaderSpi
-
-
Field Summary
-
Fields inherited from class javax.imageio.spi.ImageReaderSpi
STANDARD_INPUT_TYPE
-
-
Constructor Summary
Constructors Constructor Description AVIFImageReaderSpi()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
canDecodeInput(Object source)
ImageReader
createReaderInstance(Object extension)
String
getDescription(Locale locale)
-
Methods inherited from class javax.imageio.spi.ImageReaderSpi
createReaderInstance, getImageWriterSpiNames, getInputTypes, isOwnReader
-
Methods inherited from class javax.imageio.spi.ImageReaderWriterSpi
getExtraImageMetadataFormatNames, getExtraStreamMetadataFormatNames, getFileSuffixes, getFormatNames, getImageMetadataFormat, getMIMETypes, getNativeImageMetadataFormatName, getNativeStreamMetadataFormatName, getPluginClassName, getStreamMetadataFormat, isStandardImageMetadataFormatSupported, isStandardStreamMetadataFormatSupported
-
Methods inherited from class javax.imageio.spi.IIOServiceProvider
getVendorName, getVersion, onDeregistration, onRegistration
-
-
-
-
Method Detail
-
createReaderInstance
public ImageReader createReaderInstance(Object extension)
- Specified by:
createReaderInstance
in classImageReaderSpi
-
canDecodeInput
public boolean canDecodeInput(Object source)
- Specified by:
canDecodeInput
in classImageReaderSpi
-
getDescription
public String getDescription(Locale locale)
- Specified by:
getDescription
in classIIOServiceProvider
-
-