org.openrdf.sail.nativerdf.datastore
Class DataFile.DataIterator

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


Constructor Summary
DataFile.DataIterator()
           
 
Method Summary
 boolean hasNext()
           
 byte[] next()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataFile.DataIterator

public DataFile.DataIterator()
Method Detail

hasNext

public boolean hasNext()
                throws IOException
Throws:
IOException

next

public byte[] next()
            throws IOException
Throws:
IOException


Copyright © 2001-2009 Aduna. All Rights Reserved.