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