Searched refs:numbytes (Results 1 – 1 of 1) sorted by relevance
236 public long skip(long numbytes) throws IOException { in skip() argument237 if (numbytes <= 0) { in skip()240 long n = numbytes; in skip()250 return numbytes - n; in skip()