Click or drag to resize

BaseGZipWriterSave Method (IGraph, String)

Saves a Graph as GZipped output.

Namespace:  VDS.RDF.Writing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public override void Save(
	IGraph g,
	string filename
)

Parameters

g
Type: VDS.RDFIGraph
Graph to save.
filename
Type: SystemString
File to save to.

Implements

IRdfWriterSave(IGraph, String)
See Also