Write a given length of bytes to the DataOutput.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.5.0.1
Syntax
| C# |
|---|
public void WriteBytes( byte[] bytes, int len ) |
| Visual Basic (Declaration) |
|---|
Public Sub WriteBytes ( _ bytes As Byte(), _ len As Integer _ ) |
| Visual C++ |
|---|
public: void WriteBytes ( array<unsigned char>^ bytes, int len ) |
Parameters
- bytes
- array<Byte>[]()
The array of bytes to write.
- len
- Int32
The number of bytes from the start of array to write.
See Also
DataOutput Class
GemStone.GemFire.Cache Namespace