Show / Hide Table of Contents

Class TsvStoreWriter

Class for generating TSV output from RDF Datasets.
Inheritance
System.Object
TsvStoreWriter
Implements
IStoreWriter
IFormatterBasedWriter
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: VDS.RDF.Writing
Assembly: dotNetRDF.dll
Syntax
public class TsvStoreWriter : IStoreWriter, IFormatterBasedWriter

Properties

| Improve this Doc View Source

TripleFormatterType

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 Source

Save(ITripleStore, TextWriter)

Saves a Triple Store to TSV format.
Declaration
public void Save(ITripleStore store, TextWriter writer)
Parameters
Type Name Description
ITripleStore store Triple Store to save.
System.IO.TextWriter writer Writer to save to.
| Improve this Doc View Source

Save(ITripleStore, TextWriter, Boolean)

Saves a Triple Store to TSV format.
Declaration
public 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 writer should be left open after the store is saved.
| Improve this Doc View Source

Save(ITripleStore, String)

Saves a Triple Store to TSV format.
Declaration
public void Save(ITripleStore store, string filename)
Parameters
Type Name Description
ITripleStore store Triple Store to save.
System.String filename File to save to.
| Improve this Doc View Source

ToString()

Gets the String representation of the writer which is a description of the syntax it produces.
Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()

Events

| Improve this Doc View Source

Warning

Event which is raised if the Writer detects a non-fatal error with the RDF being output
Declaration
public event StoreWriterWarning Warning
Event Type
Type Description
StoreWriterWarning

Implements

IStoreWriter
IFormatterBasedWriter

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Properties
    • TripleFormatterType
  • Methods
    • Save(ITripleStore, TextWriter)
    • Save(ITripleStore, TextWriter, Boolean)
    • Save(ITripleStore, String)
    • ToString()
  • Events
    • Warning
  • Implements
  • Extension Methods
Back to top Generated by DocFX