Click or drag to resize
DataInputReadBytesOnly Method (UInt32)
Read the given number of bytes from the stream.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public byte[] ReadBytesOnly(
	uint len
)

Parameters

len
Type: SystemUInt32
Number of bytes to read.

Return Value

Type: Byte
See Also