Class BytesStreamSource

java.lang.Object
org.activiti.engine.impl.util.io.BytesStreamSource
All Implemented Interfaces:
org.activiti.bpmn.converter.util.InputStreamProvider, StreamSource

public class BytesStreamSource extends Object implements StreamSource
  • Field Details

    • bytes

      protected byte[] bytes
  • Constructor Details

    • BytesStreamSource

      public BytesStreamSource(byte[] bytes)
  • Method Details

    • getInputStream

      public InputStream getInputStream()
      Description copied from interface: StreamSource
      Creates a NEW InputStream to the provided resource.
      Specified by:
      getInputStream in interface org.activiti.bpmn.converter.util.InputStreamProvider
      Specified by:
      getInputStream in interface StreamSource