Package org.flowable.idm.api
Class Picture
- java.lang.Object
-
- org.flowable.idm.api.Picture
-
- All Implemented Interfaces:
Serializable
public class Picture extends Object implements Serializable
- Author:
- Tom Baeyens
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getBytes()InputStreamgetInputStream()StringgetMimeType()
-
-
-
Field Detail
-
bytes
protected byte[] bytes
-
mimeType
protected String mimeType
-
-
Constructor Detail
-
Picture
public Picture(byte[] bytes, String mimeType)
-
-
Method Detail
-
getBytes
public byte[] getBytes()
-
getInputStream
public InputStream getInputStream()
-
getMimeType
public String getMimeType()
-
-