CompressingTurtleWriterContext Constructor (IGraph, TextWriter, Int32, Boolean, Boolean) |
Creates a new Turtle Writer Context with custom settings.
Namespace:
VDS.RDF.Writing.Contexts
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public CompressingTurtleWriterContext(
IGraph g,
TextWriter output,
int compressionLevel,
bool prettyPrint,
bool hiSpeed
)
Public Sub New (
g As IGraph,
output As TextWriter,
compressionLevel As Integer,
prettyPrint As Boolean,
hiSpeed As Boolean
)
Parameters
- g
- Type: VDS.RDFIGraph
Graph to write. - output
- Type: System.IOTextWriter
TextWriter to write to. - compressionLevel
- Type: SystemInt32
Compression Level to use. - prettyPrint
- Type: SystemBoolean
Pretty Print Mode. - hiSpeed
- Type: SystemBoolean
High Speed Mode.
See Also