Home
last modified time | relevance | path

Searched defs:skipFully (Results 1 – 4 of 4) sorted by relevance

/external/guava/guava/src/com/google/common/io/
DCharStreams.java162 public static void skipFully(Reader reader, long n) throws IOException { in skipFully() method in CharStreams
DByteStreams.java660 public static void skipFully(InputStream in, long n) throws IOException { in skipFully() method in ByteStreams
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DLiteralByteStringTest.java249 static void skipFully(InputStream in, long n) throws IOException { in skipFully() method in LiteralByteStringTest
DNioByteStringTest.java270 static void skipFully(InputStream in, long n) throws IOException { in skipFully() method in NioByteStringTest