Example #1
0
 @Override
 public synchronized void skip(long count) {
   buf.skip(count);
 }