Class UrlStreamSource
- java.lang.Object
-
- org.flowable.common.engine.impl.util.io.UrlStreamSource
-
- All Implemented Interfaces:
InputStreamProvider,StreamSource
public class UrlStreamSource extends Object implements StreamSource
- Author:
- Tom Baeyens
-
-
Constructor Summary
Constructors Constructor Description UrlStreamSource(URL url)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InputStreamgetInputStream()Creates a NEWInputStreamto the provided resource.
-
-
-
Constructor Detail
-
UrlStreamSource
public UrlStreamSource(URL url)
-
-
Method Detail
-
getInputStream
public InputStream getInputStream()
Description copied from interface:StreamSourceCreates a NEWInputStreamto the provided resource.- Specified by:
getInputStreamin interfaceInputStreamProvider- Specified by:
getInputStreamin interfaceStreamSource
-
-