|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IStreamingImageInfo
This gets returned by the streaming image factory classes.
Method Summary | |
---|---|
ImageInfo |
getImageData()
This returns the image's data if that data is available. |
java.io.InputStream |
getInputStream()
Returns the datastream containing this image. |
long |
getLastModifiedDate(java.lang.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. |
java.lang.String |
getMimeType()
|
Method Detail |
---|
long getLastModifiedDate(java.lang.String key) throws java.lang.Exception
java.lang.Exception
java.lang.String getMimeType() throws java.lang.Exception
java.lang.Exception
ImageInfo getImageData() 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 |