@Override
 public boolean hasNext() throws IOException {
   return (readerRecordIndex + 1) < animationFileMetaData.getRecordCount();
 }