Click or drag to resize

WriteThroughHandler Constructor (Type, TextWriter, Boolean)

Creates a new Write-Through Handler.

Namespace:  VDS.RDF.Parsing.Handlers
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public WriteThroughHandler(
	Type formatterType,
	TextWriter writer,
	bool closeOnEnd
)

Parameters

formatterType
Type: SystemType
Type of the formatter to create.
writer
Type: System.IOTextWriter
Text Writer to write to.
closeOnEnd
Type: SystemBoolean
Whether to close the writer at the end of RDF handling.
See Also