Click or drag to resize
DataOutputWriteBytes Method (Byte, Int32)
Write a given length of bytes to the DataOutput.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public void WriteBytes(
	byte[] bytes,
	int len
)

Parameters

bytes
Type: SystemByte
The array of bytes to write.
len
Type: SystemInt32
The number of bytes from the start of array to write.
See Also