@Override
 public boolean hasNext() throws IOException {
   return delegate.hasNext();
 }