Class DataFile.DataIterator
- java.lang.Object
-
- org.eclipse.rdf4j.sail.nativerdf.datastore.DataFile.DataIterator
-
-
Constructor Summary
Constructors Constructor Description DataIterator()
-
-
-
Method Detail
-
hasNext
public boolean hasNext() throws IOException
- Throws:
IOException
-
next
public byte[] next() throws IOException
- Throws:
IOException
-
-