Click or drag to resize

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
Syntax
C#
Module ReadModule(
	Stream stream,
	string moduleUri
)

Parameters

stream
Type: System.IOStream
to read
moduleUri
Type: SystemString
uri of the module

Return Value

Type: Module
module module

Return Value

Type: Module
module module
See Also