Interface | Description |
---|---|
RegisterableService |
An interface which service providers may optionally implement in
order to get notified when they are added or removed from a
ServiceRegistry . |
ServiceRegistry.Filter |
A filter for selecting service providers that match custom
criteria.
|
Class | Description |
---|---|
IIORegistry | |
IIOServiceProvider |
An abstract superclass for service providers that perform image I/O.
|
ImageInputStreamSpi |
An abstract superclass for service providers that create
image input
streams for a file, URL, byte array or any other source.
|
ImageOutputStreamSpi |
An abstract superclass for service providers that create
image output
streams for a file, URL, byte array or any other target.
|
ImageReaderSpi | |
ImageReaderWriterSpi |
An abstract superclass that contains the common parts of
ImageReaderSpi and ImageWriterSpi . |
ImageTranscoderSpi |
An abstract superclass for service providers that create
image metadata
transcoders.
|
ImageWriterSpi | |
ServiceRegistry |
A registry for service providers.
|