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