Searched refs:numbytes (Results 1 – 1 of 1) sorted by relevance
242 public long skip(long numbytes) throws IOException { in skip() argument243 if (numbytes <= 0) { in skip()246 long n = numbytes; in skip()256 return numbytes - n; in skip()