getRecordLength method

int getRecordLength()

Get the length of the records in bytes.

@return The number of bytes per record.

Implementation

int getRecordLength() {
  return recordLength;
}