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