Interface RDFWriterFactory

    • Method Detail

      • format

        @Nonnull
        RDFFormat format()
        The format this writer will serialize output in
        Returns:
        the format
      • create

        @Nonnull
        RDFWriter create​(@Nonnull
                         java.io.OutputStream theStream,
                         @Nonnull
                         Options theOptions)
        Create a new `RDFWriter`
        Parameters:
        theStream - the stream to write to
        theOptions - the writer options
        Returns:
        the new `RDFWriter`