Class BinaryRDFWriter.BinaryRDFWriterFactory

    • Constructor Detail

      • BinaryRDFWriterFactory

        public BinaryRDFWriterFactory()
    • 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`