Class BigTIFFImageReaderSpi
- java.lang.Object
-
- javax.imageio.spi.IIOServiceProvider
-
- javax.imageio.spi.ImageReaderWriterSpi
-
- javax.imageio.spi.ImageReaderSpi
-
- com.twelvemonkeys.imageio.spi.ImageReaderSpiBase
-
- com.twelvemonkeys.imageio.plugins.tiff.BigTIFFImageReaderSpi
-
- All Implemented Interfaces:
javax.imageio.spi.RegisterableService
public final class BigTIFFImageReaderSpi extends ImageReaderSpiBase
BigTIFFImageReaderSpi.This is a separate service provider for the BigTIFF format, to support special cases where one does not want BigTIFF support.
- Version:
- $Id: BigTIFFImageReaderSpi.java,v 1.0 08.05.12 15:14 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 BigTIFFImageReaderSpi()Creates aBigTIFFImageReaderSpi.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanDecodeInput(java.lang.Object pSource)TIFFImageReadercreateReaderInstance(java.lang.Object pExtension)java.lang.StringgetDescription(java.util.Locale pLocale)-
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 pSource) throws java.io.IOException- Specified by:
canDecodeInputin classjavax.imageio.spi.ImageReaderSpi- Throws:
java.io.IOException
-
createReaderInstance
public TIFFImageReader createReaderInstance(java.lang.Object pExtension)
- Specified by:
createReaderInstancein classjavax.imageio.spi.ImageReaderSpi
-
getDescription
public java.lang.String getDescription(java.util.Locale pLocale)
- Specified by:
getDescriptionin classjavax.imageio.spi.IIOServiceProvider
-
-