setNumRecords method

void setNumRecords(
  1. int inNumRecords
)

Set the number of records in the file

@param inNumRecords The number of records.

Implementation

void setNumRecords(int inNumRecords) {
  recordCnt = inNumRecords;
}