generator.next(rec);
rec.write(outView);
}
// create the reader input view
DataInputView inView = outView.flip();
generator.reset();
// read and re-generate all records and compare them
final Record readRec = new Record();
for (int i = 0; i < NUM_PAIRS_EXTERNAL; i++) {