Java javax.imageio.spi IIORegistry fields, constructors, methods, implement or subclass

Example usage for Java javax.imageio.spi IIORegistry fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.imageio.spi IIORegistry.

The text is from its open source code.

Method

voidderegisterServiceProvider(Object provider)
Removes a service provider object from all categories that contain it.
Iterator>getCategories()
Returns an Iterator of Class objects indicating the current set of categories.
IIORegistrygetDefaultInstance()
Returns the default IIORegistry instance used by the Image I/O API.
IteratorgetServiceProviders(Class category, boolean useOrdering)
Returns an Iterator containing all registered service providers in the given category.
booleanregisterServiceProvider(T provider, Class category)
Adds a service provider object to the registry.