DryadLinqBinaryWriterWriteBytes Method DryadLINQ documentation
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

public void WriteBytes(
	byte[] byteBuffer,
	int offset,
	int byteCount
)

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

Reference