org.apache.jena.tdb.store.bulkloader3
Class TupleOutputStream
java.lang.Object
org.apache.jena.tdb.store.bulkloader3.TupleOutputStream
- All Implemented Interfaces:
- Closeable, Sink<Tuple<Long>>
public class TupleOutputStream
- extends Object
- implements Sink<Tuple<Long>>
TupleOutputStream
public TupleOutputStream(OutputStream out)
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