|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.wiley.posa3.lazyacquisition.ImageProxy
ImageProxy encapsulates the byte data representing an image such as JPEG or GIF.
| Constructor Summary | |
ImageProxy(DBWrapper dbWrapper,
int imageId)
Constructor. |
|
| Method Summary | |
byte[] |
getData()
Get the image byte data. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ImageProxy(DBWrapper dbWrapper,
int imageId)
dbWrapper - the DBWrapper instanceimageId - the ID of the image for which this is the proxy| Method Detail |
public byte[] getData()
getData in interface Image
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||