Creates a new NQuads writer

Namespace: BrightstarDB.Rdf
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
public NQuadsWriter(
	TextWriter writer
)
Visual Basic
Public Sub New ( 
	writer As TextWriter
)
Visual C++
public:
NQuadsWriter(
	TextWriter^ writer
)
F#
new : 
        writer : TextWriter -> NQuadsWriter

Parameters

writer
Type: System.IO..::..TextWriter
The text writer that the NQuads representation will be written to

See Also