Home
last modified time | relevance | path

Searched refs:skipByReading (Results 1 – 3 of 3) sorted by relevance

/libcore/luni/src/main/java/libcore/io/
DStreams.java225 public static long skipByReading(@NonNull InputStream in, long byteCount) throws IOException { in skipByReading() method in Streams
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/jar/
DJarEntryTest.java160 Streams.skipByReading(in, Long.MAX_VALUE); in testCertificatesAndCodesigners()
/libcore/api/
Dmodule-lib-current.txt650 …method public static long skipByReading(@NonNull java.io.InputStream, long) throws java.io.IOExcep…