org.apache.jena.tdb.store.bulkloader3
Class TupleOutputStream

java.lang.Object
  extended by org.apache.jena.tdb.store.bulkloader3.TupleOutputStream
All Implemented Interfaces:
Closeable, Sink<Tuple<Long>>

public class TupleOutputStream
extends Object
implements Sink<Tuple<Long>>


Constructor Summary
TupleOutputStream(OutputStream out)
           
 
Method Summary
 void close()
           
 void flush()
           
 void send(Tuple<Long> tuple)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TupleOutputStream

public TupleOutputStream(OutputStream out)
Method Detail

send

public void send(Tuple<Long> tuple)
Specified by:
send in interface Sink<Tuple<Long>>

flush

public void flush()
Specified by:
flush in interface Sink<Tuple<Long>>

close

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


Licenced under the Apache License, Version 2.0