Uses of Package
javax.imageio.spi
Package
Description
The main package of the Java Image I/O API.
A package of the Java Image I/O API containing the plug-in interfaces for
readers, writers, transcoders, and streams, and a runtime registry.
-
ClassDescriptionThe service provider interface (SPI) for
ImageReader
s.The service provider interface (SPI) forImageWriter
s. -
ClassDescriptionA registry for Image I/O service provider instances.A superinterface for functionality common to all Image I/O service provider interfaces (SPIs).A superclass containing instance variables and methods common to
ImageReaderSpi
andImageWriterSpi
.An optional interface that may be provided by service provider objects that will be registered with aServiceRegistry
.A registry for service provider instances for Image I/O service types.A simple filter interface used byServiceRegistry.getServiceProviders
to select providers matching an arbitrary criterion.