Class Picture

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

public class Picture extends Object
Author:
Tom Baeyens
  • Field Details

    • bytes

      protected byte[] bytes
    • mimeType

      protected String mimeType
  • Constructor Details

    • Picture

      public Picture(byte[] bytes, String mimeType)
  • Method Details

    • getBytes

      public byte[] getBytes()
    • getInputStream

      public InputStream getInputStream()
    • getMimeType

      public String getMimeType()