DataOutputWriteSBytes Method (SByte, Int32) |
Write a given length of signed bytes to the DataOutput.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic void WriteSBytes(
sbyte[] bytes,
int len
)
Public Sub WriteSBytes (
bytes As SByte(),
len As Integer
)
public:
void WriteSBytes(
array<signed char>^ bytes,
int len
)
member WriteSBytes :
bytes : sbyte[] *
len : int -> unit
Parameters
- bytes
- Type: SystemSByte
The array of signed bytes to write. - len
- Type: SystemInt32
The number of bytes from the start of array to write.
See Also