BufferedTextReaderReadBlock Method |
Reads a sequence of characters from the buffer in a blocking way.
Namespace:
VDS.RDF.Parsing
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public override int ReadBlock(
char[] buffer,
int index,
int count
)
Public Overrides Function ReadBlock (
buffer As Char(),
index As Integer,
count As Integer
) As Integer
Parameters
- buffer
- Type: SystemChar
Buffer. - index
- Type: SystemInt32
Index at which to start writing to the Buffer. - count
- Type: SystemInt32
Number of characters to read.
Return Value
Type:
Int32Number of characters read.
See Also