Click or drag to resize

BinaryDataOutput Constructor

Initializes a new instance of the BinaryDataOutput class.

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

Parameters

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