Click or drag to resize
DataOutputWriteSBytesOnly Method (SByte)
Write an array of signed bytes without its length to the DataOutput.

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

Parameters

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