@Override
 public synchronized void deleteBefore(long position) {
   buf.deleteBefore(position);
 }