Reads charCount chars 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 Char
The pre-allocated char array to read data into.
- offset
- Type: System Int32
The starting offset at which to begin reading chars into destBuffer.
- charCount
- Type: System Int32
The maximum number of chars to read.
Return Value
Type: Int32The number of chars that was actually read.
See Also