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

java.lang.Object
  extended by org.apache.jena.tdb.store.bulkloader3.PairOutputStream
All Implemented Interfaces:
Closeable, Sink<Pair<byte[],byte[]>>

public class PairOutputStream
extends Object
implements Sink<Pair<byte[],byte[]>>


Constructor Summary
PairOutputStream(OutputStream out)
           
 
Method Summary
 void close()
           
 void flush()
           
 void send(Pair<byte[],byte[]> pair)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PairOutputStream

public PairOutputStream(OutputStream out)
Method Detail

send

public void send(Pair<byte[],byte[]> pair)
Specified by:
send in interface Sink<Pair<byte[],byte[]>>

flush

public void flush()
Specified by:
flush in interface Sink<Pair<byte[],byte[]>>

close

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


Licenced under the Apache License, Version 2.0