Click or drag to resize

BufferedTokenQueueInitialiseBuffer Method (Int32)

Causes the Buffer to be filled and sets the Buffering level for the Queue.

Namespace:  VDS.RDF.Parsing.Tokens
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public override void InitialiseBuffer(
	int amount
)

Parameters

amount
Type: SystemInt32
Number of Tokens to Buffer.

Implements

ITokenQueueInitialiseBuffer(Int32)
Remarks
If a Buffer amount of less than zero is given then Buffer size will stay at default size (10) or existing size if it's previously been set.
See Also