Class TriGWriterContext
Writer Context for TriG.
Implements
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)
System.Object.ToString()
Namespace: VDS.RDF.Writing.Contexts
Assembly: dotNetRDF.dll
Syntax
public class TriGWriterContext : ThreadedStoreWriterContext, IStoreWriterContext
Constructors
| Improve this Doc View SourceTriGWriterContext(ITripleStore, TextWriter, Boolean, Boolean, Int32, Boolean)
Creates a new TriG Writer context.
Declaration
public TriGWriterContext(ITripleStore store, TextWriter output, bool prettyPrint, bool hiSpeedAllowed, int compressionLevel, bool n3compatability)
Parameters
Type | Name | Description |
---|---|---|
ITriple |
store | Triple Store to save. |
System. |
output | TextWriter to output to. |
System. |
prettyPrint | Whether to use pretty printing. |
System. |
hiSpeedAllowed | Whether high speed mode is permitted. |
System. |
compressionLevel | Compression Level to use. |
System. |
n3compatability | Whether to enable N3 compatability mode. |
Properties
| Improve this Doc View SourceCompressionLevel
Gets/Sets the Compression Level.
Declaration
public int CompressionLevel { get; set; }
Property Value
Type | Description |
---|---|
System. |
N3CompatabilityMode
Gets/Sets N3 Compatability Mode.
Declaration
public bool N3CompatabilityMode { get; set; }
Property Value
Type | Description |
---|---|
System. |