Click or drag to resize
DataOutputWriteBytesOnly Method (Byte, UInt32, UInt32)

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

Parameters

bytes
Type: SystemByte
len
Type: SystemUInt32
offset
Type: SystemUInt32
See Also