Write a given length 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, uint len ) |
| Visual Basic (Declaration) |
|---|
Public Sub WriteBytesOnly ( _ bytes As Byte(), _ len As UInteger _ ) |
| Visual C++ |
|---|
public: void WriteBytesOnly ( array<unsigned char>^ bytes, unsigned int len ) |
Parameters
- bytes
- array<Byte>[]()
The array of bytes to write.
- len
- UInt32
The number of bytes from the start of array to write.
See Also
DataOutput Class
GemStone.GemFire.Cache Namespace