Click or drag to resize

BaseStoreWriterContext Constructor (ITripleStore, TextWriter, Boolean, Boolean)

Creates a new Base Store Writer Context with custom settings.

Namespace:  VDS.RDF.Writing.Contexts
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public BaseStoreWriterContext(
	ITripleStore store,
	TextWriter output,
	bool prettyPrint,
	bool hiSpeedAllowed
)

Parameters

store
Type: VDS.RDF.ITripleStore
Store to write.
output
Type: System.IO.TextWriter
TextWriter being written to.
prettyPrint
Type: System.Boolean
Pretty Print Mode.
hiSpeedAllowed
Type: System.Boolean
High Speed Mode.
See Also