Class OpenJp2ImageReaderSpi
java.lang.Object
javax.imageio.spi.IIOServiceProvider
javax.imageio.spi.ImageReaderWriterSpi
javax.imageio.spi.ImageReaderSpi
de.digitalcollections.openjpeg.imageio.OpenJp2ImageReaderSpi
- All Implemented Interfaces:
javax.imageio.spi.RegisterableService
public class OpenJp2ImageReaderSpi
extends javax.imageio.spi.ImageReaderSpi
-
Field Summary
Fields inherited from class javax.imageio.spi.ImageReaderSpi
STANDARD_INPUT_TYPEFields inherited from class javax.imageio.spi.ImageReaderWriterSpi
extraImageMetadataFormatClassNames, extraImageMetadataFormatNames, extraStreamMetadataFormatClassNames, extraStreamMetadataFormatNames, nativeImageMetadataFormatClassName, nativeImageMetadataFormatName, nativeStreamMetadataFormatClassName, nativeStreamMetadataFormatName, pluginClassName, supportsStandardImageMetadataFormat, supportsStandardStreamMetadataFormat -
Constructor Summary
Constructors Constructor Description OpenJp2ImageReaderSpi()Construct the SPI, boilerplate. -
Method Summary
Modifier and Type Method Description booleancanDecodeInput(java.lang.Object input)javax.imageio.ImageReadercreateReaderInstance(java.lang.Object extension)java.lang.StringgetDescription(java.util.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, onRegistrationMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
OpenJp2ImageReaderSpi
public OpenJp2ImageReaderSpi()Construct the SPI, boilerplate.
-
-
Method Details
-
canDecodeInput
public boolean canDecodeInput(java.lang.Object input) throws java.io.IOException- Specified by:
canDecodeInputin classjavax.imageio.spi.ImageReaderSpi- Throws:
java.io.IOException
-
createReaderInstance
public javax.imageio.ImageReader createReaderInstance(java.lang.Object extension) throws java.io.IOException- Specified by:
createReaderInstancein classjavax.imageio.spi.ImageReaderSpi- Throws:
java.io.IOException
-
getDescription
public java.lang.String getDescription(java.util.Locale locale)- Specified by:
getDescriptionin classjavax.imageio.spi.IIOServiceProvider
-