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: 2.7.0.0
Syntax
| C# |
|---|
public void WriteSBytesOnly( sbyte[] bytes ) |
| Visual Basic (Declaration) |
|---|
Public Sub WriteSBytesOnly ( _ bytes As SByte() _ ) |
| Visual C++ |
|---|
public: void WriteSBytesOnly ( array<signed char>^ bytes ) |
Parameters
- bytes
- array<SByte>[]()
The array of signed bytes to write.
See Also
DataOutput Class
GemStone.GemFire.Cache Namespace