public class ImageDownload
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private Image |
image |
private java.io.InputStream |
inputStream |
Constructor and Description |
---|
ImageDownload() |
Modifier and Type | Method and Description |
---|---|
Image |
getImage() |
java.io.InputStream |
getInputStream() |
void |
setImage(Image image) |
void |
setInputStream(java.io.InputStream inputStream) |
private Image image
private java.io.InputStream inputStream
public Image getImage()
public void setImage(Image image)
image
- the image to setpublic java.io.InputStream getInputStream()
public void setInputStream(java.io.InputStream inputStream)
inputStream
- the inputStream to set