|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IImageReference
This is a reference to some individual original image as returned by IImageRetriever. It is a must-close resource.
Method Summary | |
---|---|
void |
close()
|
java.io.InputStream |
getInputStream()
Returns the datastream containing this image. |
java.lang.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. |
Method Detail |
---|
void close() throws java.io.IOException
close
in interface java.io.Closeable
java.io.IOException
long getVersionLong() throws java.lang.Exception
java.lang.Exception
@Nonnull java.lang.String getMimeType() throws java.lang.Exception
java.lang.Exception
java.io.InputStream getInputStream() throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |