Click or drag to resize

BinaryDataInputReadFully Method (Byte)

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

Namespace:  com.espertech.esper.compat.io
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public void ReadFully(
	byte[] bytes
)

Parameters

bytes
Type: SystemByte

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

Implements

DataInputReadFully(Byte)
See Also