Package org.activiti.engine.impl.util.io
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 Summary
-
Method Details
-
getInputStream
InputStream getInputStream()Creates a NEWInputStreamto the provided resource.- Specified by:
getInputStreamin interfaceorg.activiti.bpmn.converter.util.InputStreamProvider
-