/** Size of record (exluding 4 byte header) */
 public int getRecordSize() {
   return 4 + 1 + 1 + 2 + 2 + field_5_formulaOfLink.getSize();
 }