Home
last modified time | relevance | path

Searched refs:skipNBytes (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/src/test/java/io/InputStream/
DNullInputStream.java151 openStream.skipNBytes(-1); in testSkipNBytes()
152 openStream.skipNBytes(0); in testSkipNBytes()
160 openStream.skipNBytes(1); in testSkipNBytesEOF()
239 closedStream.skipNBytes(1); in testSkipNBytesClosed()
DSkip.java73 in.skipNBytes(toskip); in dotestExact()
/libcore/ojluni/src/main/java/java/io/
DInputStream.java147 public void skipNBytes(long n) throws IOException { in nullInputStream() method
600 public void skipNBytes(long n) throws IOException { in skipNBytes() method
/libcore/api/
Dcurrent.txt1724 method public void skipNBytes(long) throws java.io.IOException;