Click or drag to resize

BaseRdfWriter Class

Base implementation of IRdfWriter that simply handles the logic of optionally closing a text writer stream.
Inheritance Hierarchy
SystemObject
  VDS.RDF.WritingBaseRdfWriter
    More...

Namespace:  VDS.RDF.Writing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public abstract class BaseRdfWriter : IRdfWriter

The BaseRdfWriter type exposes the following members.

Constructors
  NameDescription
Protected methodBaseRdfWriter
Initializes a new instance of the BaseRdfWriter class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSave(IGraph, TextWriter)
Method for Saving a Graph to a Concrete RDF Syntax via some arbitrary TextWriter.
Public methodSave(IGraph, String)
Method for Saving a Graph to a Concrete RDF Syntax in a file based format.
Public methodSave(IGraph, TextWriter, Boolean)
Method for saving a graph to a concrete RDF syntax via some arbitray TextWriter.
Protected methodSaveInternal
Method to be implemented in derived classes to perform the actual writing to a TextWriter.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventWarning
Event which writers can raise to indicate possible ambiguities or issues in the syntax they are producing
Top
See Also
Inheritance Hierarchy