Click or drag to resize

BinaryDataOutputWriteByte Method

[Missing <summary> documentation for "M:com.espertech.esper.compat.io.BinaryDataOutput.WriteByte(System.Byte)"]

Namespace:  com.espertech.esper.compat.io
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public void WriteByte(
	byte value
)

Parameters

value
Type: SystemByte

[Missing <param name="value"/> documentation for "M:com.espertech.esper.compat.io.BinaryDataOutput.WriteByte(System.Byte)"]

Implements

DataOutputWriteByte(Byte)
See Also