public class Picture extends Object
| Modifier and Type | Field and Description | 
|---|---|
protected byte[] | 
bytes  | 
protected String | 
mimeType  | 
| Modifier and Type | Method and Description | 
|---|---|
byte[] | 
getBytes()  | 
InputStream | 
getInputStream()  | 
String | 
getMimeType()  | 
protected byte[] bytes
protected String mimeType
public Picture(byte[] bytes,
               String mimeType)
public byte[] getBytes()
public InputStream getInputStream()
public String getMimeType()
Copyright © 2019. All rights reserved.