@Override
 public synchronized String readN(long count) {
   return buf.readN(count);
 }