BaseGZipWriterSaveInternal Method |
Saves a Graph as GZipped output.
Namespace:
VDS.RDF.Writing
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax protected override void SaveInternal(
IGraph g,
TextWriter output
)
Protected Overrides Sub SaveInternal (
g As IGraph,
output As TextWriter
)
Parameters
- g
- Type: VDS.RDFIGraph
Graph to save. - output
- Type: System.IOTextWriter
Writer to save to.
See Also