BaseWriterContext Constructor (IGraph, TextWriter, Int32) |
Creates a new Base Writer Context with custom settings.
Namespace:
VDS.RDF.Writing.Contexts
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic BaseWriterContext(
IGraph g,
TextWriter output,
int compressionLevel
)
Public Sub New (
g As IGraph,
output As TextWriter,
compressionLevel As Integer
)
Parameters
- g
- Type: VDS.RDF.IGraph
Graph being written. - output
- Type: System.IO.TextWriter
TextWriter being written to. - compressionLevel
- Type: System.Int32
Compression Level.
See Also