Class StreamingJSONLDWriter.StreamingJSONLDWriterFactory

java.lang.Object
com.stardog.stark.io.jsonld.StreamingJSONLDWriter.StreamingJSONLDWriterFactory
All Implemented Interfaces:
RDFWriterFactory
Enclosing class:
StreamingJSONLDWriter

public static final class StreamingJSONLDWriter.StreamingJSONLDWriterFactory extends Object implements RDFWriterFactory
  • Constructor Details

    • StreamingJSONLDWriterFactory

      public StreamingJSONLDWriterFactory()
  • Method Details

    • format

      @Nonnull public RDFFormat format()
      The format this writer will serialize output in
      Specified by:
      format in interface RDFWriterFactory
      Returns:
      the format
    • create

      @Nonnull public RDFWriter create(@Nonnull OutputStream theStream, @Nonnull Options theOptions)
      Create a new `RDFWriter`
      Specified by:
      create in interface RDFWriterFactory
      Parameters:
      theStream - the stream to write to
      theOptions - the writer options
      Returns:
      the new `RDFWriter`