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.RDFITripleStore
Store to write.
output
Type: System.IOTextWriter
TextWriter being written to.
prettyPrint
Type: SystemBoolean
Pretty Print Mode.
hiSpeedAllowed
Type: SystemBoolean
High Speed Mode.
See Also