org.apache.jena.riot.writer
Class WriterStreamRDFBlocks

java.lang.Object
  extended by org.apache.jena.riot.writer.WriterStreamRDFBase
      extended by org.apache.jena.riot.writer.WriterStreamRDFBlocks
All Implemented Interfaces:
StreamRDF

public class WriterStreamRDFBlocks
extends WriterStreamRDFBase

An output of triples / quads that print batches of same subject / same graph, same subject. It writes something that is easier to read than N-triples, N-quads but it's not full pretty printing which usually requires analysing the data before any output. If fed only quads, the output is valid TriG. If fed only triples, the output is valid Turtle.


Constructor Summary
WriterStreamRDFBlocks(IndentedWriter output)
           
WriterStreamRDFBlocks(OutputStream output)
           
WriterStreamRDFBlocks(Writer output)
           
 
Method Summary
 
Methods inherited from class org.apache.jena.riot.writer.WriterStreamRDFBase
base, finish, prefix, quad, start, triple, tuple
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WriterStreamRDFBlocks

public WriterStreamRDFBlocks(OutputStream output)

WriterStreamRDFBlocks

public WriterStreamRDFBlocks(Writer output)

WriterStreamRDFBlocks

public WriterStreamRDFBlocks(IndentedWriter output)


Licenced under the Apache License, Version 2.0