Home
last modified time | relevance | path

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

12

/libcore/luni/src/main/java/java/io/
DObjectInput.java110 public long skip(long byteCount) throws IOException; in skip() method
DFilterInputStream.java170 public long skip(long byteCount) throws IOException { in skip() method in FilterInputStream
DFilterReader.java195 public long skip(long charCount) throws IOException { in skip() method in FilterReader
DInputStream.java236 public long skip(long byteCount) throws IOException { in skip() method in InputStream
DReader.java216 public long skip(long charCount) throws IOException { in skip() method in Reader
DLineNumberInputStream.java239 public long skip(long byteCount) throws IOException { in skip() method in LineNumberInputStream
DFileInputStream.java183 public long skip(long byteCount) throws IOException { in skip() method in FileInputStream
DStringReader.java231 public long skip(long charCount) throws IOException { in skip() method in StringReader
DLineNumberReader.java261 public long skip(long charCount) throws IOException { in skip() method in LineNumberReader
DPushbackInputStream.java219 public long skip(long byteCount) throws IOException { in skip() method in PushbackInputStream
DPushbackReader.java352 public long skip(long charCount) throws IOException { in skip() method in PushbackReader
DBufferedInputStream.java368 public synchronized long skip(long byteCount) throws IOException { in skip() method in BufferedInputStream
DDataInputStream.java220 long skip; in skipBytes() local
DBufferedReader.java485 public long skip(long byteCount) throws IOException { in skip() method in BufferedReader
/libcore/luni/src/main/java/java/util/zip/
DCheckedInputStream.java114 public long skip(long byteCount) throws IOException { in skip() method in CheckedInputStream
DDeflaterInputStream.java154 public long skip(long byteCount) throws IOException { in skip() method in DeflaterInputStream
DInflaterInputStream.java213 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.java146 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

12