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.2.1.0 (0.2.1.0)
Syntax
Parameters
- pBytes
- Type: SystemByte*
A pointer to the byte array to write - numBytes
- Type: SystemInt32
The number of bytes to write
See Also