public helper to read into a byte*, mainly used to read preallocated fixed size,
non-integer types (Array, 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*
The pointer to the pre-allocated byte array to read data into - numBytes
- Type: SystemInt32
The number of bytes to read
See Also