Click or drag to resize

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

Creates a new Turtle Writer Context with custom settings.

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

Parameters

g
Type: VDS.RDFIGraph
Graph to write.
output
Type: System.IOTextWriter
TextWriter to write to.
compressionLevel
Type: SystemInt32
Compression Level to use.
prettyPrint
Type: SystemBoolean
Pretty Print Mode.
hiSpeed
Type: SystemBoolean
High Speed Mode.
See Also