javax.imageio.spi

Package javax.imageio.spi

A package of the Java Image I/O API containing the plug-in interfaces for readers, writers, transcoders, and streams, and a runtime registry.

See: Description

Interface Summary
Interface Description
RegisterableService

An optional interface that may be provided by service provider objects that will be registered with a ServiceRegistry.

ServiceRegistry.Filter

A simple filter interface used by ServiceRegistry.getServiceProviders to select providers matching an arbitrary criterion.

Class Summary
Class Description