public class NativeJPEGImageReaderSpi extends ImageReaderSpi
| Modifier and Type | Field and Description |
|---|---|
static String[] |
MIMES |
static String[] |
NAMES |
static String[] |
SUFFIXES |
inputTypes, STANDARD_INPUT_TYPE, writerSpiNamesextraImageMetadataFormatClassNames, extraImageMetadataFormatNames, extraStreamMetadataFormatClassNames, extraStreamMetadataFormatNames, MIMETypes, names, nativeImageMetadataFormatClassName, nativeImageMetadataFormatName, nativeStreamMetadataFormatClassName, nativeStreamMetadataFormatName, pluginClassName, suffixes, supportsStandardImageMetadataFormat, supportsStandardStreamMetadataFormatvendorName, version| Constructor and Description |
|---|
NativeJPEGImageReaderSpi() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canDecodeInput(Object source) |
ImageReader |
createReaderInstance(Object extension) |
String |
getDescription(Locale locale) |
createReaderInstance, getImageWriterSpiNames, getInputTypes, isOwnReadergetExtraImageMetadataFormatNames, getExtraStreamMetadataFormatNames, getFileSuffixes, getFormatNames, getImageMetadataFormat, getMIMETypes, getNativeImageMetadataFormatName, getNativeStreamMetadataFormatName, getPluginClassName, getStreamMetadataFormat, isStandardImageMetadataFormatSupported, isStandardStreamMetadataFormatSupportedgetVendorName, getVersion, onDeregistration, onRegistrationpublic static final String[] NAMES
public static final String[] SUFFIXES
public static final String[] MIMES
public String getDescription(Locale locale)
getDescription in class IIOServiceProviderpublic boolean canDecodeInput(Object source) throws IOException
canDecodeInput in class ImageReaderSpiIOExceptionpublic ImageReader createReaderInstance(Object extension)
createReaderInstance in class ImageReaderSpiCopyright © 2020. All rights reserved.