Package de.pco.imageio
Class RawImageReaderSpi
java.lang.Object
javax.imageio.spi.IIOServiceProvider
javax.imageio.spi.ImageReaderWriterSpi
javax.imageio.spi.ImageReaderSpi
de.pco.imageio.RawImageReaderSpi
- All Implemented Interfaces:
RegisterableService
public class RawImageReaderSpi extends ImageReaderSpi
Plugin proxy class to describe the raw format of PCO cameras.
- Author:
- PCO
-
Field Summary
Fields inherited from class javax.imageio.spi.ImageReaderSpi
inputTypes, STANDARD_INPUT_TYPEFields inherited from class javax.imageio.spi.ImageReaderWriterSpi
pluginClassName -
Constructor Summary
Constructors Constructor Description RawImageReaderSpi()Standard constructor. -
Method Summary
Modifier and Type Method Description booleancanDecodeInput(Object source)Decodes if the input is RawImageInputStream.ImageReadercreateReaderInstance(Object extension)Creates the reader instance.StringgetDescription(Locale locale)Returns the description.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
-
Constructor Details
-
RawImageReaderSpi
public RawImageReaderSpi()Standard constructor.
-
-
Method Details
-
canDecodeInput
Decodes if the input is RawImageInputStream.- Specified by:
canDecodeInputin classImageReaderSpi- Throws:
IOException
-
createReaderInstance
Creates the reader instance.- Specified by:
createReaderInstancein classImageReaderSpi- Throws:
IOException
-
getDescription
Returns the description.- Specified by:
getDescriptionin classIIOServiceProvider
-