ThreadedStoreWriterContext Constructor (ITripleStore, TextWriter, Boolean, Boolean) |
Creates a new Threaded Store Writer Context with custom settings.
Namespace:
VDS.RDF.Writing.Contexts
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic ThreadedStoreWriterContext(
ITripleStore store,
TextWriter output,
bool prettyPrint,
bool hiSpeedAllowed
)
Public Sub New (
store As ITripleStore,
output As TextWriter,
prettyPrint As Boolean,
hiSpeedAllowed As Boolean
)
Parameters
- store
- Type: VDS.RDF.ITripleStore
Store to be written. - output
- Type: System.IO.TextWriter
TextWriter to write to. - prettyPrint
- Type: System.Boolean
Pretty Print Mode. - hiSpeedAllowed
- Type: System.Boolean
High Speed Mode.
See Also