Package org.aoju.bus.image.nimble.opencv
Class NativeJLSImageReaderSpi
java.lang.Object
javax.imageio.spi.IIOServiceProvider
javax.imageio.spi.ImageReaderWriterSpi
javax.imageio.spi.ImageReaderSpi
org.aoju.bus.image.nimble.opencv.NativeJLSImageReaderSpi
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String[]static final String[]static final String[]Fields inherited from class javax.imageio.spi.ImageReaderSpi
inputTypes, STANDARD_INPUT_TYPE, writerSpiNamesFields inherited from class javax.imageio.spi.ImageReaderWriterSpi
extraImageMetadataFormatClassNames, extraImageMetadataFormatNames, extraStreamMetadataFormatClassNames, extraStreamMetadataFormatNames, MIMETypes, names, nativeImageMetadataFormatClassName, nativeImageMetadataFormatName, nativeStreamMetadataFormatClassName, nativeStreamMetadataFormatName, pluginClassName, suffixes, supportsStandardImageMetadataFormat, supportsStandardStreamMetadataFormatFields inherited from class javax.imageio.spi.IIOServiceProvider
vendorName, version -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancanDecodeInput(Object source) createReaderInstance(Object extension) getDescription(Locale locale) Methods inherited from class javax.imageio.spi.ImageReaderSpi
createReaderInstance, getImageWriterSpiNames, getInputTypes, isOwnReaderMethods inherited from class javax.imageio.spi.ImageReaderWriterSpi
getExtraImageMetadataFormatNames, getExtraStreamMetadataFormatNames, getFileSuffixes, getFormatNames, getImageMetadataFormat, getMIMETypes, getNativeImageMetadataFormatName, getNativeStreamMetadataFormatName, getPluginClassName, getStreamMetadataFormat, isStandardImageMetadataFormatSupported, isStandardStreamMetadataFormatSupportedMethods inherited from class javax.imageio.spi.IIOServiceProvider
getVendorName, getVersion, onDeregistration, onRegistration
-
Field Details
-
NAMES
-
SUFFIXES
-
MIMES
-
-
Constructor Details
-
NativeJLSImageReaderSpi
public NativeJLSImageReaderSpi()
-
-
Method Details
-
getDescription
- Specified by:
getDescriptionin classIIOServiceProvider
-
canDecodeInput
- Specified by:
canDecodeInputin classImageReaderSpi- Throws:
IOException
-
createReaderInstance
- Specified by:
createReaderInstancein classImageReaderSpi
-