Click or drag to resize

IObjectDataOutputWriteByteArray Method

Namespace:  Hazelcast.IO
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.2
Syntax
void WriteByteArray(
	byte[] bytes
)

Parameters

bytes
Type: SystemByte
byte array to be written
Exceptions
ExceptionCondition
IOExceptionSystem.IO.IOException
See Also