ReadBlock
Reads a block of characters from the the stream.
Public Function ReadBlock(
ByRef Buffer ( ) As Integer,
ByVal Index As Long,
ByVal Count As Long ) As Long
Parameters
- Buffer
-
[ByRef]
Integer.
The array to read the characters in to.
- Index
-
[ByVal]
Long.
The starting index in Buffer to begin reading to.
- Count
-
[ByVal]
Long.
The number of characters to be read.
Return Values
Long - The actual number of characters read.
See Also
Project CorLib Overview
Class StreamReader Overview