Searched refs:skipFully (Results 1 – 2 of 2) sorted by relevance
222 skipFully(stream, fraction); // Skip a large fraction, but not all. in testMarkAndReset()229 skipFully(stream, stringUnderTest.size()); // Skip to the end. in testMarkAndReset()249 static void skipFully(InputStream in, long n) throws IOException { in skipFully() method in LiteralByteStringTest
242 skipFully(stream, fraction); // Skip a large fraction, but not all. in testMarkAndReset()251 skipFully(stream, testString.size()); // Skip to the end. in testMarkAndReset()270 static void skipFully(InputStream in, long n) throws IOException { in skipFully() method in NioByteStringTest