Package org.camunda.bpm.engine.identity
Class Picture
- java.lang.Object
-
- org.camunda.bpm.engine.identity.Picture
-
public class Picture extends Object
- Author:
- Tom Baeyens
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getBytes()
InputStream
getInputStream()
String
getMimeType()
-
-
-
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()
-
-