Searched defs:skipFully (Results 1 – 9 of 9) sorted by relevance
140 boolean skipFully(int length, boolean allowEndOfInput) throws IOException; in skipFully() method152 void skipFully(int length) throws IOException; in skipFully() method
96 public boolean skipFully(int length, boolean allowEndOfInput) throws IOException { in skipFully() method in DefaultExtractorInput108 public void skipFully(int length) throws IOException { in skipFully() method in DefaultExtractorInput
134 public boolean skipFully(int length, boolean allowEndOfInput) throws IOException { in skipFully() method in FakeExtractorInput140 public void skipFully(int length) throws IOException { in skipFully() method in FakeExtractorInput
261 public static void skipFully(Reader reader, long n) throws IOException { in skipFully() method in CharStreams
805 public static void skipFully(InputStream in, long n) throws IOException { in skipFully() method in ByteStreams
251 static void skipFully(InputStream in, long n) throws IOException { in skipFully() method in LiteralByteStringTest
266 static void skipFully(InputStream in, long n) throws IOException { in skipFully() method in NioByteStringTest