public interface RecordIterator
BTreebyte[] next()
throws IOException
IOException - In case an I/O error occurred.void set(byte[] record)
throws IOException
next() with the specified
record.IOException - In case an I/O error occurred.void close()
throws IOException
IOException - In case an I/O error occurred.Copyright © 2001-2014 Aduna. All Rights Reserved.