public class IosImageLoaderFactory extends Object implements ImageLoaderFactory
| Modifier and Type | Method and Description |
|---|---|
ImageLoader |
createImageLoader(InputStream input)
Creates a loader for the specified stream.
|
ImageLoader |
createImageLoader(String input)
Creates a loader for the specified input URL.
|
ImageFormatDescription |
getFormatDescription()
Gets a description of the image format for which this factory can create
loaders.
|
static IosImageLoaderFactory |
getInstance()
Returns an instance of IosImageLoaderFactory
|
public static final IosImageLoaderFactory getInstance()
public ImageFormatDescription getFormatDescription()
ImageLoaderFactorygetFormatDescription in interface ImageLoaderFactorypublic ImageLoader createImageLoader(InputStream input) throws IOException
ImageLoaderFactorycreateImageLoader in interface ImageLoaderFactoryinput - a stream containing an image in the supported format.IOExceptionpublic ImageLoader createImageLoader(String input) throws IOException
input - a URL containing an image in the supported format. - if there is an error creating the loader.IOExceptionCopyright © 2025. All rights reserved.