 | EPCompilerReadModule Method (Stream, String) |
Read the input stream and return the module. It is up to the calling method to close the stream when done.
Namespace:
com.espertech.esper.compiler.client
Assembly:
NEsper.Compiler (in NEsper.Compiler.dll) Version: 8.0.0.0
SyntaxModule ReadModule(
Stream stream,
string moduleUri
)
Parameters
- stream
- Type: System.IOStream
to read - moduleUri
- Type: SystemString
uri of the module
Return Value
Type:
Modulemodule module
Return Value
Type:
Modulemodule module
See Also