Click or drag to resize

BinaryDataInput Constructor

Initializes a new instance of the BinaryDataInput class.

Namespace:  com.espertech.esper.compat.io
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public BinaryDataInput(
	Stream stream
)

Parameters

stream
Type: System.IOStream
The input stream.
See Also