Write an array of bytes 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 WriteBytes( byte[] bytes ) |
| Visual Basic (Declaration) |
|---|
Public Sub WriteBytes ( _ bytes As Byte() _ ) |
| Visual C++ |
|---|
public: void WriteBytes ( array<unsigned char>^ bytes ) |
Parameters
- bytes
- array<Byte>[]()
The array of bytes to write.
See Also
DataOutput Class
GemStone.GemFire.Cache Namespace