Show / Hide Table of Contents

Class GZippedJsonLdWriter

Writer for GZipped JSON-LD.
Inheritance
System.Object
BaseGZipDatasetWriter
GZippedJsonLdWriter
Implements
IStoreWriter
Inherited Members
BaseGZipDatasetWriter.Save(ITripleStore, String)
BaseGZipDatasetWriter.Save(ITripleStore, TextWriter)
BaseGZipDatasetWriter.Save(ITripleStore, TextWriter, Boolean)
BaseGZipDatasetWriter.Warning
BaseGZipDatasetWriter.ToString()
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 GZippedJsonLdWriter : BaseGZipDatasetWriter, IStoreWriter

Constructors

| Improve this Doc View Source

GZippedJsonLdWriter()

Create a new GZippedJsonLdWriter.
Declaration
public GZippedJsonLdWriter()
| Improve this Doc View Source

GZippedJsonLdWriter(JsonLdWriterOptions)

Create a new GZippedJsonLdWriter with a specific set of JsonLdWriterOptions.
Declaration
public GZippedJsonLdWriter(JsonLdWriterOptions writerOptions)
Parameters
Type Name Description
JsonLdWriterOptions writerOptions The writer options to pass through to the underlying JsonLdWriter.

Implements

IStoreWriter

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • GZippedJsonLdWriter()
    • GZippedJsonLdWriter(JsonLdWriterOptions)
  • Implements
  • Extension Methods
Back to top Generated by DocFX