public interface IStreamingImageInfo
| Modifier and Type | Method and Description |
|---|---|
ImageInfo |
getImageData()
This returns the image's data if that data is available.
|
InputStream |
getInputStream()
Returns the datastream containing this image.
|
long |
getLastModifiedDate(String key)
If this retriever accesses resources that can change after use this must return some usable
indication of the version, usually a "last date changed" timestamp.
|
String |
getMimeType() |
long getLastModifiedDate(String key) throws Exception
ExceptionImageInfo getImageData() throws Exception
ExceptionInputStream getInputStream() throws Exception
ExceptionCopyright © 2017 etc.to. All rights reserved.