Class UrlStreamSource

  • All Implemented Interfaces:
    org.activiti.bpmn.converter.util.InputStreamProvider, StreamSource

    public class UrlStreamSource
    extends java.lang.Object
    implements StreamSource
    • Constructor Summary

      Constructors 
      Constructor Description
      UrlStreamSource​(java.net.URL url)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.io.InputStream getInputStream()
      Creates a NEW InputStream to the provided resource.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UrlStreamSource

        public UrlStreamSource​(java.net.URL url)
    • Method Detail

      • getInputStream

        public java.io.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