org.apache.jena.tdb.store.bulkloader3
Class PairOutputStream
java.lang.Object
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[]>>
PairOutputStream
public PairOutputStream(OutputStream out)
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