Class PNTGImageReaderSpi
- java.lang.Object
-
- javax.imageio.spi.IIOServiceProvider
-
- javax.imageio.spi.ImageReaderWriterSpi
-
- javax.imageio.spi.ImageReaderSpi
-
- com.twelvemonkeys.imageio.spi.ImageReaderSpiBase
-
- com.twelvemonkeys.imageio.plugins.pntg.PNTGImageReaderSpi
-
- All Implemented Interfaces:
javax.imageio.spi.RegisterableService
public final class PNTGImageReaderSpi extends ImageReaderSpiBase
PNTGImageReaderSpi.- Version:
- $Id: PNTGImageReaderSpi.java,v 1.0 23/03/2021 haraldk Exp$
-
-
Field Summary
-
Fields inherited from class javax.imageio.spi.ImageReaderSpi
inputTypes, STANDARD_INPUT_TYPE, writerSpiNames
-
Fields inherited from class javax.imageio.spi.ImageReaderWriterSpi
extraImageMetadataFormatClassNames, extraImageMetadataFormatNames, extraStreamMetadataFormatClassNames, extraStreamMetadataFormatNames, MIMETypes, names, nativeImageMetadataFormatClassName, nativeImageMetadataFormatName, nativeStreamMetadataFormatClassName, nativeStreamMetadataFormatName, pluginClassName, suffixes, supportsStandardImageMetadataFormat, supportsStandardStreamMetadataFormat
-
-
Constructor Summary
Constructors Constructor Description PNTGImageReaderSpi()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
canDecodeInput(java.lang.Object source)
PNTGImageReader
createReaderInstance(java.lang.Object extension)
java.lang.String
getDescription(java.util.Locale locale)
(package private) static boolean
isMacBinaryPNTG(javax.imageio.stream.ImageInputStream stream)
-
Methods inherited from class javax.imageio.spi.ImageReaderSpi
createReaderInstance, getImageWriterSpiNames, getInputTypes, isOwnReader
-
Methods inherited from class javax.imageio.spi.ImageReaderWriterSpi
getExtraImageMetadataFormatNames, getExtraStreamMetadataFormatNames, getFileSuffixes, getFormatNames, getImageMetadataFormat, getMIMETypes, getNativeImageMetadataFormatName, getNativeStreamMetadataFormatName, getPluginClassName, getStreamMetadataFormat, isStandardImageMetadataFormatSupported, isStandardStreamMetadataFormatSupported
-
-
-
-
Method Detail
-
canDecodeInput
public boolean canDecodeInput(java.lang.Object source) throws java.io.IOException
- Specified by:
canDecodeInput
in classjavax.imageio.spi.ImageReaderSpi
- Throws:
java.io.IOException
-
isMacBinaryPNTG
static boolean isMacBinaryPNTG(javax.imageio.stream.ImageInputStream stream) throws java.io.IOException
- Throws:
java.io.IOException
-
createReaderInstance
public PNTGImageReader createReaderInstance(java.lang.Object extension)
- Specified by:
createReaderInstance
in classjavax.imageio.spi.ImageReaderSpi
-
getDescription
public java.lang.String getDescription(java.util.Locale locale)
- Specified by:
getDescription
in classjavax.imageio.spi.IIOServiceProvider
-
-