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.IOException
Copyright © 2020. All rights reserved.