Returns a copy of the next record in this enumeration, where next is defined by the comparator and/or filter supplied in the constructor of this enumerator. The byte array returned is a copy of the record. Any changes made to this array will NOT be reflected in the record store. After calling this method, the enumeration is advanced to the next available record.
@exception InvalidRecordIDException when no more records areavailable. Subsequent calls to this method will continue to throw this exception until reset() has been called to reset the enumeration.
@exception RecordStoreNotOpenException if the record store isnot open
@exception RecordStoreException if a general record storeexception occurs
@return the next record in this enumeration
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.