Class RDFJSONWriter.RDFJSONWriterFactory

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      RDFWriter create​(java.io.OutputStream theStream, Options theOptions)
      Create a new `RDFWriter`
      RDFFormat format()
      The format this writer will serialize output in
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RDFJSONWriterFactory

        public RDFJSONWriterFactory()
    • Method Detail

      • create

        @Nonnull
        public RDFWriter create​(@Nonnull
                                java.io.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`