Class StreamRDFWriter

java.lang.Object
org.apache.jena.riot.system.StreamRDFWriter

public class StreamRDFWriter extends Object
Write RDF in a streaming fashion. RDFDataMgr operations do not provide this guarantee. See RDFWriterRegistry for general purpose writers. StreamRDFWriter returns the same writer as RDFWriterRegistry if the RDFFormat is a streaming format.
See Also: