Click or drag to resize

BaseWriterContext Constructor (IGraph, TextWriter, Int32, Boolean, Boolean)

Creates a new Base Writer Context with custom settings.

Namespace:  VDS.RDF.Writing.Contexts
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public BaseWriterContext(
	IGraph g,
	TextWriter output,
	int compressionLevel,
	bool prettyPrint,
	bool hiSpeedAllowed
)

Parameters

g
Type: VDS.RDF.IGraph
Graph being written.
output
Type: System.IO.TextWriter
TextWriter being written to.
compressionLevel
Type: System.Int32
Compression Level.
prettyPrint
Type: System.Boolean
Pretty Print Mode.
hiSpeedAllowed
Type: System.Boolean
High Speed Mode.
See Also