public class Picture extends Object implements Serializable
protected byte[] bytes
protected String mimeType
public Picture(byte[] bytes, String mimeType)
public byte[] getBytes()
public InputStream getInputStream()
public String getMimeType()
Copyright © 2017 Alfresco. All rights reserved.