@Override
 public synchronized ByteBuffer bufAt(int index) {
   return buf.bufAt(index);
 }