dotNetRDF API Documentation

BaseGZipWriter.Save(IGraph, String) Method

Saves a Graph as GZipped output

public void Save(
   IGraph g,
   string filename
);

Parameters

g
Graph to save
filename
File to save to

Implements

IRdfWriter.Save

See Also

BaseGZipWriter Class | VDS.RDF.Writing Namespace | BaseGZipWriter.Save Overload List