Proceed to next record, returns false if there is no more records.
getCurrentKey
byte[]getCurrentKey()
Return the current key. This method should return same value until `next` is called.
getCurrentValue
byte[]getCurrentValue()
Return the current value. This method should return same value until `next` is called.
getCurrentRmd
byte[]getCurrentRmd()
Return the timestamp associated with the current record. This method will either return the top level timestamp
of the record or rmd of the record or null if a rmd was not specified with the given record