Write an array of bytes without its length to the DataOutput.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.1
Syntax
| C# |
|---|
public void WriteBytesOnly( byte[] bytes ) |
| Visual Basic (Declaration) |
|---|
Public Sub WriteBytesOnly ( _ bytes As Byte() _ ) |
| Visual C++ |
|---|
public: void WriteBytesOnly ( array<unsigned char>^ bytes ) |
Parameters
- bytes
- array<Byte>[]()
The array of bytes to write.
See Also
DataOutput Class
GemStone.GemFire.Cache Namespace