Click or drag to resize

EPCompiledManifestRead Method

Read the manifest from input.

Namespace:  com.espertech.esper.common.client
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public static EPCompiledManifest Read(
	DataInput input
)

Parameters

input
Type: com.espertech.esper.compat.ioDataInput
input

Return Value

Type: EPCompiledManifest
manifest
See Also