public interface ImageLoaderFactory
| Modifier and Type | Method and Description |
|---|---|
ImageLoader |
createImageLoader(InputStream input)
Creates a loader for the specified stream.
|
ImageFormatDescription |
getFormatDescription()
Gets a description of the image format for which this factory can create
loaders.
|
ImageFormatDescription getFormatDescription()
ImageLoader createImageLoader(InputStream input) throws IOException
input - a stream containing an image in the supported format. - if there is an error creating the loader.IOExceptionCopyright © 2025. All rights reserved.