Read an array of signed bytes from the stream reading the length
from the stream first.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.1
Syntax
| C# |
|---|
public sbyte[] ReadSBytes() |
| Visual Basic (Declaration) |
|---|
Public Function ReadSBytes As SByte() |
| Visual C++ |
|---|
public: array<signed char>^ ReadSBytes () |
See Also
DataInput Class
GemStone.GemFire.Cache Namespace