Click or drag to resize

WriteThroughHandler Constructor (ITripleFormatter, TextWriter)

Creates a new Write-Through Handler.

Namespace:  VDS.RDF.Parsing.Handlers
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public WriteThroughHandler(
	ITripleFormatter formatter,
	TextWriter writer
)

Parameters

formatter
Type: VDS.RDF.Writing.FormattingITripleFormatter
Triple Formatter to use.
writer
Type: System.IOTextWriter
Text Writer to write to.
See Also