Home
last modified time | relevance | path

Searched defs:skip (Results 1 – 25 of 34) sorted by relevance

12

/libcore/luni/src/main/java/java/io/
DObjectInput.java99 public long skip(long byteCount) throws IOException; in skip() method
DFilterReader.java186 public long skip(long charCount) throws IOException { in skip() method in FilterReader
DFilterInputStream.java150 public long skip(long byteCount) throws IOException { in skip() method in FilterInputStream
DInputStream.java228 public long skip(long byteCount) throws IOException { in skip() method in InputStream
DReader.java203 public long skip(long charCount) throws IOException { in skip() method in Reader
DFileInputStream.java181 public long skip(long byteCount) throws IOException { in skip() method in FileInputStream
DLineNumberInputStream.java228 public long skip(long byteCount) throws IOException { in skip() method in LineNumberInputStream
DStringReader.java221 public long skip(long charCount) throws IOException { in skip() method in StringReader
DLineNumberReader.java252 public long skip(long charCount) throws IOException { in skip() method in LineNumberReader
DPushbackInputStream.java208 public long skip(long byteCount) throws IOException { in skip() method in PushbackInputStream
DPushbackReader.java341 public long skip(long charCount) throws IOException { in skip() method in PushbackReader
DBufferedInputStream.java354 public synchronized long skip(long byteCount) throws IOException { in skip() method in BufferedInputStream
DDataInputStream.java203 long skip; in skipBytes() local
/libcore/luni/src/main/java/java/util/zip/
DCheckedInputStream.java105 public long skip(long byteCount) throws IOException { in skip() method in CheckedInputStream
DDeflaterInputStream.java159 public long skip(long byteCount) throws IOException { in skip() method in DeflaterInputStream
DInflaterInputStream.java209 public long skip(long byteCount) throws IOException { in skip() method in InflaterInputStream
/libcore/luni/src/main/java/libcore/io/
DBufferIterator.java34 public abstract void skip(int byteCount); in skip() method in BufferIterator
DNioBufferIterator.java44 public void skip(int byteCount) { in skip() method in NioBufferIterator
DHeapBufferIterator.java46 public void skip(int byteCount) { in skip() method in HeapBufferIterator
/libcore/luni/src/main/java/libcore/net/url/
DFtpURLInputStream.java77 public long skip(long byteCount) throws IOException { in skip() method in FtpURLInputStream
/libcore/support/src/test/java/tests/support/
DSupport_StringReader.java228 public long skip(long count) throws IOException { in skip() method in Support_StringReader
/libcore/luni/src/main/java/javax/crypto/
DCipherInputStream.java170 public long skip(long byteCount) throws IOException { in skip() method in CipherInputStream
/libcore/luni/src/test/java/libcore/java/io/
DOldFilterWriterTest.java60 public long skip(long count) throws IOException { in skip() method in OldFilterWriterTest.MockWriter
DOldFilterReaderTest.java72 public long skip(long count) throws IOException { in skip() method in OldFilterReaderTest.MockReader
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
DCipherInputStream1Test.java151 int skip = 2; in testRead3() local

12