Click or drag to resize
DataInputReadSBytesOnly Method
Read the given number of signed bytes from the stream.

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

Parameters

len
Type: SystemUInt32
Number of signed bytes to read.

Return Value

Type: SByte
See Also