public class JPEGLosslessImageReaderSpi
extends javax.imageio.spi.ImageReaderSpi
Modifier and Type | Field and Description |
---|---|
static java.lang.Class<?>[] |
inputTypes |
extraImageMetadataFormatClassNames, extraImageMetadataFormatNames, extraStreamMetadataFormatClassNames, extraStreamMetadataFormatNames, nativeStreamMetadataFormatClassName, nativeStreamMetadataFormatName, pluginClassName, supportsStandardImageMetadataFormat, supportsStandardStreamMetadataFormat
Constructor and Description |
---|
JPEGLosslessImageReaderSpi() |
Modifier and Type | Method and Description |
---|---|
boolean |
canDecodeInput(java.lang.Object input) |
javax.imageio.ImageReader |
createReaderInstance(java.lang.Object extension) |
java.lang.String |
getDescription(java.util.Locale locale) |
createReaderInstance, getImageWriterSpiNames, getInputTypes, isOwnReader
getExtraImageMetadataFormatNames, getExtraStreamMetadataFormatNames, getFileSuffixes, getFormatNames, getImageMetadataFormat, getMIMETypes, getNativeImageMetadataFormatName, getNativeStreamMetadataFormatName, getPluginClassName, getStreamMetadataFormat, isStandardImageMetadataFormatSupported, isStandardStreamMetadataFormatSupported
public boolean canDecodeInput(java.lang.Object input) throws java.io.IOException
canDecodeInput
in class javax.imageio.spi.ImageReaderSpi
java.io.IOException
public java.lang.String getDescription(java.util.Locale locale)
getDescription
in class javax.imageio.spi.IIOServiceProvider
public javax.imageio.ImageReader createReaderInstance(java.lang.Object extension)
createReaderInstance
in class javax.imageio.spi.ImageReaderSpi