Read an array of 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.0
Syntax
| C# |
|---|
public byte[] ReadBytes() |
| Visual Basic (Declaration) |
|---|
Public Function ReadBytes As Byte() |
| Visual C++ |
|---|
public: array<unsigned char>^ ReadBytes () |
See Also
DataInput Class
GemStone.GemFire.Cache Namespace