DataOutputWriteBytes Method (Byte) |
Write an array of bytes to the DataOutput.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic void WriteBytes(
byte[] bytes
)
Public Sub WriteBytes (
bytes As Byte()
)
public:
void WriteBytes(
array<unsigned char>^ bytes
)
member WriteBytes :
bytes : byte[] -> unit
Parameters
- bytes
- Type: SystemByte
The array of bytes to write.
See Also