Click or drag to resize

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
Syntax
C#
public Stream GetAsStream()

Return Value

Type: Stream
a stream from the resource
See Also