public final class ImageReader extends Object implements IImageReader
| Constructor and Description |
|---|
ImageReader(IImageContainerFactory imageContainerFactory,
IResourceReferenceHandler handler,
IHttpRequestExecutorFactory httpRequestExcecutorFactory) |
| Modifier and Type | Method and Description |
|---|---|
IImageContainer |
read(ICanceler canceler,
InputStream inputStream) |
IImageContainer |
read(ICanceler canceler,
IResourceReference resourceReference) |
public ImageReader(IImageContainerFactory imageContainerFactory, IResourceReferenceHandler handler, IHttpRequestExecutorFactory httpRequestExcecutorFactory)
public IImageContainer read(ICanceler canceler, IResourceReference resourceReference) throws CanceledException, IOException
read in interface IImageReaderCanceledExceptionIOExceptionpublic IImageContainer read(ICanceler canceler, InputStream inputStream) throws CanceledException, IOException
read in interface IImageReaderCanceledExceptionIOExceptionCopyright © 2007–2019 Andreas W. Bartels. All rights reserved.