Click or drag to resize

IDataInputReadFully Method (Byte, Int32, Int32)

Namespace:  Hazelcast.IO
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.2
Syntax
void ReadFully(
	byte[] b,
	int off,
	int len
)

Parameters

b
Type: SystemByte
off
Type: SystemInt32
len
Type: SystemInt32
Exceptions
ExceptionCondition
IOException
See Also