Class NTriplesWriter

    • Field Detail

      • writer

        protected final Writer writer
    • Constructor Detail

      • NTriplesWriter

        public NTriplesWriter​(OutputStream out)
        Creates a new NTriplesWriter that will write to the supplied OutputStream.
        Parameters:
        out - The OutputStream to write the N-Triples document to.
      • NTriplesWriter

        public NTriplesWriter​(Writer writer)
        Creates a new NTriplesWriter that will write to the supplied Writer.
        Parameters:
        writer - The Writer to write the N-Triples document to.