/**
  * Gets the sequence dictionary associated with the backing input stream.
  *
  * @return sequence dictionary from the ROD header.
  */
 @Override
 public SAMSequenceDictionary getSequenceDictionary() {
   return iterator.getSequenceDictionary();
 }