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.DryadLinqAssembly: Microsoft.Research.DryadLinq (in Microsoft.Research.DryadLinq.dll) Version: 0.1.2.0 (0.1.2.0)
Syntax
Parameters
- pBytes
- Type: System Byte*
A pointer to the byte array to write
- numBytes
- Type: System Int32
The number of bytes to write
See Also