Searched defs:skipFully (Results 1 – 4 of 4) sorted by relevance
162 public static void skipFully(Reader reader, long n) throws IOException { in skipFully() method in CharStreams
660 public static void skipFully(InputStream in, long n) throws IOException { in skipFully() method in ByteStreams
249 static void skipFully(InputStream in, long n) throws IOException { in skipFully() method in LiteralByteStringTest
270 static void skipFully(InputStream in, long n) throws IOException { in skipFully() method in NioByteStringTest