Skip navigation links

Package com.ajtjp.jImageReader.spi

Service Provider Interface implementations for various formats, allowing ImageIO and other libraries to use them seamlessly.

See: Description

Package com.ajtjp.jImageReader.spi Description

Service Provider Interface implementations for various formats, allowing ImageIO and other libraries to use them seamlessly. Not all formats support SPI, as some are hard to detect easily and unambiguously.

As a consumer, you won't need to interact with these classes, as they are what enables ImageIO to read images in these formats automatically. When adding a new image format, adding an SPI provider here is necessary for ImageIO to be able to provide that automatic support. The general implementation for these is to delegate to a static method on the image reader that returns whether or not an ImageInputStream can be read.

Skip navigation links

Copyright © 2020. All rights reserved.