public class Picture extends Object implements Serializable
| 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 © 2016 Alfresco. All rights reserved.