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