Searched refs:bytesSkipped (Results 1 – 1 of 1) sorted by relevance
138 int bytesSkipped = 0; in testSkipBytes() local139 while (bytesSkipped < 10) { in testSkipBytes()140 bytesSkipped += in.skipBytes(10 - bytesSkipped); in testSkipBytes()