public class Image extends Object
| Constructor and Description |
|---|
Image(byte[] imageBytes) |
Image(InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAltText() |
String |
getFilename() |
byte[] |
getImageBytes() |
void |
setAltText(String altText) |
void |
setFilename(String filename) |
void |
setImageBytes(byte[] imageBytes) |
public Image(InputStream in) throws IOException
IOExceptionpublic Image(byte[] imageBytes)
Copyright © 2017. All rights reserved.