Writes an array of bytes to the current writer.
Namespace: Microsoft.Research.DryadLinqAssembly: Microsoft.Research.DryadLinq (in Microsoft.Research.DryadLinq.dll) Version: 0.1.2.0 (0.1.2.0)
Syntax
Parameters
- byteBuffer
- Type: System Byte
The byte array to write.
- offset
- Type: System Int32
The starting index.
- byteCount
- Type: System Int32
The number of bytes to write.
See Also