org.camunda.bpm.engine.identity
Class Picture

java.lang.Object
  extended by org.camunda.bpm.engine.identity.Picture

public class Picture
extends Object

Author:
Tom Baeyens

Field Summary
protected  byte[] bytes
           
protected  String mimeType
           
 
Constructor Summary
Picture(byte[] bytes, String mimeType)
           
 
Method Summary
 byte[] getBytes()
           
 InputStream getInputStream()
           
 String getMimeType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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()


Copyright © 2016 camunda services GmbH. All rights reserved.