org.openrdf.sail.nativerdf.datastore
Class DataFile.DataIterator
java.lang.Object
org.openrdf.sail.nativerdf.datastore.DataFile.DataIterator
- Enclosing class:
- DataFile
public class DataFile.DataIterator
- extends Object
An iterator that iterates over the data that is stored in a data file.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataFile.DataIterator
public DataFile.DataIterator()
hasNext
public boolean hasNext()
throws IOException
- Throws:
IOException
next
public byte[] next()
throws IOException
- Throws:
IOException
Copyright © 2001-2008 Aduna. All Rights Reserved.