Reads byteCount bytes into destBuffer starting at offset.
Namespace: Microsoft.Research.DryadLinq
Assembly: Microsoft.Research.DryadLinq (in Microsoft.Research.DryadLinq.dll) Version: 0.2.1.0 (0.2.1.0)
Syntax
Parameters
- destBuffer
- Type: SystemByte
The pre-allocated byte array to read data into. - offset
- Type: SystemInt32
The starting offset at which to begin reading bytes into destBuffer. - byteCount
- Type: SystemInt32
The maximum number of bytes to read.
Return Value
Type: Int32The number of bytes that was actually read.
See Also