Click or drag to resize

BufferedTextReaderRead Method (Char, Int32, Int32)

Reads a sequence of characters from the buffer.

Namespace:  VDS.RDF.Parsing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public override int Read(
	char[] buffer,
	int index,
	int count
)

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: Int32
Number of characters read.
See Also