public final class BMPImageLoaderFactory extends Object implements ImageLoaderFactory
| Constructor and Description |
|---|
BMPImageLoaderFactory() |
| 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.
|
static ImageLoaderFactory |
getInstance() |
public static ImageLoaderFactory 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.IOExceptionCopyright © 2025. All rights reserved.