| |
|
| java.lang.Object org.openrdf.rio.ntriples.NTriplesWriter
NTriplesWriter | public class NTriplesWriter implements RDFWriter(Code) | | An implementation of the RDFWriter interface that writes RDF documents in
N-Triples format. The N-Triples format is defined in this section of the
RDF Test Cases document.
|
Constructor Summary | |
public | NTriplesWriter(OutputStream out) Creates a new NTriplesWriter that will write to the supplied OutputStream. | public | NTriplesWriter(Writer writer) Creates a new NTriplesWriter that will write to the supplied Writer. |
NTriplesWriter | public NTriplesWriter(OutputStream out)(Code) | | 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)(Code) | | Creates a new NTriplesWriter that will write to the supplied Writer.
Parameters: writer - The Writer to write the N-Triples document to. |
|
|
|