Write a given length of signed bytes without its length
to the DataOutput.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.1
Syntax
| C# |
|---|
public void WriteSBytesOnly( sbyte[] bytes, uint len ) |
| Visual Basic (Declaration) |
|---|
Public Sub WriteSBytesOnly ( _ bytes As SByte(), _ len As UInteger _ ) |
| Visual C++ |
|---|
public: void WriteSBytesOnly ( array<signed char>^ bytes, unsigned int len ) |
Parameters
- bytes
- array<SByte>[]()
The array of signed bytes to write.
- len
- UInt32
The number of bytes from the start of array to write.
See Also
DataOutput Class
GemStone.GemFire.Cache Namespace