Class ByteArrayImageContent

java.lang.Object
com.flowable.agent.engine.impl.content.ByteArrayImageContent
All Implemented Interfaces:
ImageContent

public class ByteArrayImageContent extends Object implements ImageContent
  • Field Details

    • mimeType

      protected String mimeType
    • bytes

      protected byte[] bytes
  • Constructor Details

    • ByteArrayImageContent

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