|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IImageStreamSource
The most basic of interfaces to access an image's data stream: this allows you to create a datastream to access the image. The stream needs to be closed after use.
Method Summary | |
---|---|
java.io.InputStream |
getImageStream()
Return a datastream for the image's raw data. |
int |
getSize()
The size, in bytes, of the cached data. |
Method Detail |
---|
java.io.InputStream getImageStream() throws java.lang.Exception
java.lang.Exception
int getSize()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |