DataOutputWriteSBytesOnly Method (SByte, UInt32) |
Write a given length of signed bytes without its length
to the DataOutput.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic void WriteSBytesOnly(
sbyte[] bytes,
uint len
)
Public Sub WriteSBytesOnly (
bytes As SByte(),
len As UInteger
)
public:
void WriteSBytesOnly(
array<signed char>^ bytes,
unsigned int len
)
member WriteSBytesOnly :
bytes : sbyte[] *
len : uint32 -> unit
Parameters
- bytes
- Type: SystemSByte
The array of signed bytes to write. - len
- Type: SystemUInt32
The number of bytes from the start of array to write.
See Also