@Override
 public synchronized boolean hasRemaining() {
   return buf.hasRemaining();
 }