Click or drag to resize

CompressingTurtleWriterSaveInternal Method

Saves a Graph to the given Stream using Turtle Syntax.

Namespace:  VDS.RDF.Writing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected override void SaveInternal(
	IGraph g,
	TextWriter output
)

Parameters

g
Type: VDS.RDFIGraph
Graph to save.
output
Type: System.IOTextWriter
Stream to save to.
See Also