getNumRecords method

int getNumRecords()

Return the number of records in the file

@return The number of records in this table.

Implementation

int getNumRecords() {
  return recordCnt;
}