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

java.lang.Object
  extended by 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


Constructor Summary
PairInputStream(InputStream in)
           
 
Method Summary
 void close()
           
 boolean hasNext()
           
 Pair<byte[],byte[]> next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PairInputStream

public PairInputStream(InputStream in)
Method Detail

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