org.camunda.bpm.engine.identity
Class Picture
java.lang.Object
org.camunda.bpm.engine.identity.Picture
public class Picture
- extends Object
- Author:
- Tom Baeyens
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
bytes
protected byte[] bytes
mimeType
protected String mimeType
Picture
public Picture(byte[] bytes,
String mimeType)
getBytes
public byte[] getBytes()
getInputStream
public InputStream getInputStream()
getMimeType
public String getMimeType()
Copyright © 2016 camunda services GmbH. All rights reserved.