Interface StreamSource
-
- All Superinterfaces:
InputStreamProvider
- All Known Implementing Classes:
BytesStreamSource,InputStreamSource,StringStreamSource,UrlStreamSource
public interface StreamSource extends InputStreamProvider
- Author:
- Tom Baeyens, Joram Barrez
-
-
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
-
-