public int getInferredInsertSize() {
   if (entry.hasInsertSize()) {
     return entry.getInsertSize();
   } else return 0;
 }