 | AdapterInputSourceGetAsStream Method |
Get the resource as an input stream. If this resource was specified as an InputStream,
return that InputStream, otherwise, create and return a new InputStream from the
resource. If the source cannot be converted to a stream, return null.
Namespace:
com.espertech.esperio
Assembly:
NEsper.IO (in NEsper.IO.dll) Version: 8.0.0.0
Syntaxpublic Stream GetAsStream()
Return Value
Type:
Streama stream from the resource
See Also