Interface ICompressingWriterContext
Interface for writer contexts which store triple compression data.
Inherited Members
Namespace: VDS.RDF.Writing.Contexts
Assembly: dotNetRdf.dll
Syntax
public interface ICompressingWriterContext : IWriterContext
Properties
| Edit this page View SourceTriplesDone
Gets the Triples that should be excluded from standard output as they have been handled by the compression.
Declaration
BaseTripleCollection TriplesDone { get; }
Property Value
Type | Description |
---|---|
BaseTripleCollection |