Read the given number of bytes from the stream.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.0
Syntax
| C# |
|---|
public byte[] ReadBytesOnly( uint len ) |
| Visual Basic (Declaration) |
|---|
Public Function ReadBytesOnly ( _ len As UInteger _ ) As Byte() |
| Visual C++ |
|---|
public: array<unsigned char>^ ReadBytesOnly ( unsigned int len ) |
Parameters
- len
- UInt32
Number of bytes to read.
See Also
DataInput Class
GemStone.GemFire.Cache Namespace