Click or drag to resize

BinaryDataInputReadFully Method (Byte, Int32, Int32)

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

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,
	int offset,
	int askLength
)

Parameters

bytes
Type: SystemByte

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

offset
Type: SystemInt32

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

askLength
Type: SystemInt32

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

Implements

DataInputReadFully(Byte, Int32, Int32)
See Also