DryadLinqBinaryWriter WriteRawBytes Method DryadLINQ documentation
Public helper to write from a caller provided byte* to the output stream. This is mainly used to read preallocated fixed size, non-integer types (Guid, decimal etc).

Namespace: Microsoft.Research.DryadLinq
Assembly: Microsoft.Research.DryadLinq (in Microsoft.Research.DryadLinq.dll) Version: 0.1.2.0 (0.1.2.0)
Syntax

public void WriteRawBytes(
	byte* pBytes,
	int numBytes
)
See Also