Writes an array of bytes to the current writer.
Namespace: Microsoft.Research.DryadLinq
Assembly: Microsoft.Research.DryadLinq (in Microsoft.Research.DryadLinq.dll) Version: 0.2.1.0 (0.2.1.0)
Syntax
Parameters
- byteBuffer
- Type: SystemByte
The byte array to write. - offset
- Type: SystemInt32
The starting index. - byteCount
- Type: SystemInt32
The number of bytes to write.
See Also