Class ResourceStreamSource

java.lang.Object
com.flowable.form.engine.impl.io.ResourceStreamSource
All Implemented Interfaces:
org.flowable.common.engine.api.io.InputStreamProvider, org.flowable.common.engine.impl.util.io.StreamSource

public class ResourceStreamSource extends Object implements org.flowable.common.engine.impl.util.io.StreamSource
Author:
Joram Barrez
  • Constructor Details

    • ResourceStreamSource

      public ResourceStreamSource(String resource)
  • Method Details

    • getInputStream

      public InputStream getInputStream()
      Specified by:
      getInputStream in interface org.flowable.common.engine.api.io.InputStreamProvider
      Specified by:
      getInputStream in interface org.flowable.common.engine.impl.util.io.StreamSource
    • toString

      public String toString()
      Overrides:
      toString in class Object