org.openjena.riot.lang
Class PrintingSink

java.lang.Object
  extended by org.openjena.riot.lang.PrintingSink
All Implemented Interfaces:
Closeable, Sink<com.hp.hpl.jena.graph.Triple>

public class PrintingSink
extends Object
implements Sink<com.hp.hpl.jena.graph.Triple>


Constructor Summary
PrintingSink(org.slf4j.Logger log)
           
 
Method Summary
 void close()
           
 void flush()
           
 void send(com.hp.hpl.jena.graph.Triple triple)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrintingSink

public PrintingSink(org.slf4j.Logger log)
Method Detail

send

public void send(com.hp.hpl.jena.graph.Triple triple)
Specified by:
send in interface Sink<com.hp.hpl.jena.graph.Triple>

flush

public void flush()
Specified by:
flush in interface Sink<com.hp.hpl.jena.graph.Triple>

close

public void close()
Specified by:
close in interface Closeable


Licenced under the Apache License, Version 2.0