Package org.activiti.engine.impl.util.io
Interface StreamSource
-
- All Superinterfaces:
InputStreamProvider
- All Known Implementing Classes:
BytesStreamSource,InputStreamSource,ResourceStreamSource,StringStreamSource,UrlStreamSource
public interface StreamSource extends InputStreamProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputStreamgetInputStream()Creates a NEWInputStreamto the provided resource.
-
-
-
Method Detail
-
getInputStream
InputStream getInputStream()
Creates a NEWInputStreamto the provided resource.- Specified by:
getInputStreamin interfaceInputStreamProvider
-
-