Class TsvStoreWriter
Class for generating TSV output from RDF datasets.
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: VDS.RDF.Writing
Assembly: dotNetRdf.dll
Syntax
public class TsvStoreWriter : BaseStoreWriter, IStoreWriter, IFormatterBasedWriter
Properties
| Improve this Doc View SourceTripleFormatterType
Gets the type of the Triple Formatter used by this writer.
Declaration
public Type TripleFormatterType { get; }
Property Value
Type | Description |
---|---|
System.Type |
Methods
| Improve this Doc View SourceSave(ITripleStore, TextWriter, bool)
Saves a Triple Store to TSV format.
Declaration
public override void Save(ITripleStore store, TextWriter writer, bool leaveOpen)
Parameters
Type | Name | Description |
---|---|---|
ITripleStore | store | Triple Store to save. |
System.IO.TextWriter | writer | Writer to save to. |
System.Boolean | leaveOpen | Boolean flag indicating if |
Overrides
| Improve this Doc View SourceToString()
Gets the String representation of the writer which is a description of the syntax it produces.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string |
Overrides
object.ToString()
Events
| Improve this Doc View SourceWarning
Event which is raised if the Writer detects a non-fatal error with the RDF being output
Declaration
public override event StoreWriterWarning Warning
Event Type
Type | Description |
---|---|
StoreWriterWarning |
Overrides
Remarks
This class does not raise this event.