/libcore/luni/src/main/java/java/io/ |
D | ObjectInput.java | 110 public long skip(long byteCount) throws IOException; in skip() method
|
D | FilterInputStream.java | 170 public long skip(long byteCount) throws IOException { in skip() method in FilterInputStream
|
D | FilterReader.java | 195 public long skip(long charCount) throws IOException { in skip() method in FilterReader
|
D | InputStream.java | 236 public long skip(long byteCount) throws IOException { in skip() method in InputStream
|
D | Reader.java | 216 public long skip(long charCount) throws IOException { in skip() method in Reader
|
D | LineNumberInputStream.java | 239 public long skip(long byteCount) throws IOException { in skip() method in LineNumberInputStream
|
D | FileInputStream.java | 183 public long skip(long byteCount) throws IOException { in skip() method in FileInputStream
|
D | StringReader.java | 231 public long skip(long charCount) throws IOException { in skip() method in StringReader
|
D | LineNumberReader.java | 261 public long skip(long charCount) throws IOException { in skip() method in LineNumberReader
|
D | PushbackInputStream.java | 219 public long skip(long byteCount) throws IOException { in skip() method in PushbackInputStream
|
D | PushbackReader.java | 352 public long skip(long charCount) throws IOException { in skip() method in PushbackReader
|
D | BufferedInputStream.java | 368 public synchronized long skip(long byteCount) throws IOException { in skip() method in BufferedInputStream
|
D | DataInputStream.java | 220 long skip; in skipBytes() local
|
D | BufferedReader.java | 485 public long skip(long byteCount) throws IOException { in skip() method in BufferedReader
|
/libcore/luni/src/main/java/java/util/zip/ |
D | CheckedInputStream.java | 114 public long skip(long byteCount) throws IOException { in skip() method in CheckedInputStream
|
D | DeflaterInputStream.java | 154 public long skip(long byteCount) throws IOException { in skip() method in DeflaterInputStream
|
D | InflaterInputStream.java | 213 public long skip(long byteCount) throws IOException { in skip() method in InflaterInputStream
|
/libcore/luni/src/main/java/libcore/io/ |
D | BufferIterator.java | 34 public abstract void skip(int byteCount); in skip() method in BufferIterator
|
D | NioBufferIterator.java | 44 public void skip(int byteCount) { in skip() method in NioBufferIterator
|
D | HeapBufferIterator.java | 46 public void skip(int byteCount) { in skip() method in HeapBufferIterator
|
/libcore/luni/src/main/java/libcore/net/url/ |
D | FtpURLInputStream.java | 77 public long skip(long byteCount) throws IOException { in skip() method in FtpURLInputStream
|
/libcore/support/src/test/java/tests/support/ |
D | Support_StringReader.java | 228 public long skip(long count) throws IOException { in skip() method in Support_StringReader
|
/libcore/luni/src/main/java/javax/crypto/ |
D | CipherInputStream.java | 146 public long skip(long byteCount) throws IOException { in skip() method in CipherInputStream
|
/libcore/luni/src/test/java/libcore/java/io/ |
D | OldFilterWriterTest.java | 60 public long skip(long count) throws IOException { in skip() method in OldFilterWriterTest.MockWriter
|
D | OldFilterReaderTest.java | 72 public long skip(long count) throws IOException { in skip() method in OldFilterReaderTest.MockReader
|