- All Known Implementing Classes:
ImageReader
public interface IImageReader
-
Method Summary
Modifier and TypeMethodDescriptionread(ICanceler canceler, InputStream inputStream) read(ICanceler canceler, IResourceReference resourceReference)
-
Method Details
-
read
IImageContainer read(ICanceler canceler, IResourceReference resourceReference) throws CanceledException, IOException - Throws:
CanceledExceptionIOException
-
read
IImageContainer read(ICanceler canceler, InputStream inputStream) throws CanceledException, IOException - Throws:
CanceledExceptionIOException
-
read
- Throws:
CanceledExceptionIOException
-