Show / Hide Table of Contents

Interface ICompressingWriterContext

Interface for writer contexts which store triple compression data.

Inherited Members
IWriterContext.Graph
IWriterContext.Output
IWriterContext.PrettyPrint
IWriterContext.HighSpeedModePermitted
IWriterContext.CompressionLevel
IWriterContext.NodeFormatter
IWriterContext.UriFormatter
IWriterContext.UriFactory
Namespace: VDS.RDF.Writing.Contexts
Assembly: dotNetRdf.dll
Syntax
public interface ICompressingWriterContext : IWriterContext

Properties

| Edit this page View Source

TriplesDone

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

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Properties
    • TriplesDone
  • Extension Methods
Back to top Generated by DocFX