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

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

Parameters

len
Type: System.UInt32
Number of signed bytes to read.

Return Value

Type:SByte[]
See Also