public interface IImageReference extends Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
InputStream |
getInputStream()
Returns the datastream containing this image.
|
String |
getMimeType()
This must return the image's actual mime type.
|
long |
getVersionLong()
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.
|
void close()
throws IOException
close in interface AutoCloseableclose in interface CloseableIOExceptionlong getVersionLong()
throws Exception
Exception@Nonnull String getMimeType() throws Exception
ExceptionInputStream getInputStream() throws Exception
ExceptionCopyright © 2017 etc.to. All rights reserved.