8182838485868788899091
int index = 0; // iterate and validate stuff ... Text key = reader.createKey(); BytesWritable value = reader.createValue(); while (reader.next(key,value)) { TestRecord testRecord = records.get(index++); // get test key bytes as utf-8 bytes ...