Click or drag to resize
DataInputReadBytesOnly Method (Byte, Int32, Int32)

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public void ReadBytesOnly(
	byte[] buffer,
	int offset,
	int count
)

Parameters

buffer
Type: SystemByte
offset
Type: SystemInt32
count
Type: SystemInt32
See Also