org.apache.jena.tdb.store.bulkloader3
Class TupleInputStream
java.lang.Object
org.apache.jena.tdb.store.bulkloader3.TupleInputStream
- All Implemented Interfaces:
- Iterator<Tuple<Long>>, Closeable
public class TupleInputStream
- extends Object
- implements Iterator<Tuple<Long>>, Closeable
TupleInputStream
public TupleInputStream(InputStream in,
int size)
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator<Tuple<Long>>
next
public Tuple<Long> next()
- Specified by:
next
in interface Iterator<Tuple<Long>>
remove
public void remove()
- Specified by:
remove
in interface Iterator<Tuple<Long>>
close
public void close()
- Specified by:
close
in interface Closeable
Licenced under the Apache License, Version 2.0