Click or drag to resize

BufferedTextReader.ReadBlock 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
)

Parameters

buffer
Type:System.Char[]
Buffer.
index
Type: System.Int32
Index at which to start writing to the Buffer.
count
Type: System.Int32
Number of characters to read.

Return Value

Type: Int32
Number of characters read.
See Also