Interface StreamSource

All Superinterfaces:
org.activiti.bpmn.converter.util.InputStreamProvider
All Known Implementing Classes:
BytesStreamSource, InputStreamSource, ResourceStreamSource, StringStreamSource, UrlStreamSource

public interface StreamSource extends org.activiti.bpmn.converter.util.InputStreamProvider
  • Method Details

    • getInputStream

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