Click or drag to resize
DataOutputWriteSBytes Method (SByte)
Write an array of signed bytes to the DataOutput.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public void WriteSBytes(
	sbyte[] bytes
)

Parameters

bytes
Type: SystemSByte
The array of signed bytes to write.
See Also