/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/util/ |
D | PositionedInputStream.java | 50 public int read() throws IOException { in read() method in PositionedInputStream 51 int read = in.read(); in read() local 60 public int read(byte b[], int off, int len) throws IOException { in read() method in PositionedInputStream 61 int read = in.read(b, off, len); in read() local
|
D | PasswordProtectedInputStream.java | 47 public int read() throws IOException { in read() method in PasswordProtectedInputStream 48 int read = in.read(); in read() local 57 public int read(byte b[], int off, int len) throws IOException { in read() method in PasswordProtectedInputStream 58 int read = in.read(b, off, len); in read() local
|
/dalvik/libcore/luni/src/main/java/java/io/ |
D | ObjectInput.java | 60 public int read() throws IOException; in read() method 74 public int read(byte[] buffer) throws IOException; in read() method 94 public int read(byte[] buffer, int offset, int count) throws IOException; in read() method
|
D | FilterInputStream.java | 134 public int read() throws IOException { in read() method in FilterInputStream 153 public int read(byte[] buffer) throws IOException { in read() method in FilterInputStream 178 public int read(byte[] buffer, int offset, int count) throws IOException { in read() method in FilterInputStream
|
D | InputStream.java | 127 public abstract int read() throws IOException; in read() method in InputStream 140 public int read(byte[] b) throws IOException { in read() method in InputStream 168 public int read(byte[] b, int offset, int length) throws IOException { in read() method in InputStream
|
D | BufferedInputStream.java | 252 public synchronized int read() throws IOException { in read() method in BufferedInputStream 297 public synchronized int read(byte[] buffer, int offset, int length) in read() method in BufferedInputStream 339 int read; in read() local 423 long read = count - pos; in skip() local
|
D | Reader.java | 135 public int read() throws IOException { in read() method in Reader 158 public int read(char[] buf) throws IOException { in read() method in Reader 184 public abstract int read(char[] buf, int offset, int count) in read() method in Reader
|
D | StringReader.java | 133 public int read() throws IOException { in read() method in StringReader 168 public int read(char[] buf, int offset, int len) throws IOException { in read() method in StringReader 194 int read = end - pos; in read() local
|
D | StringBufferInputStream.java | 94 public synchronized int read() { in read() method in StringBufferInputStream 120 public synchronized int read(byte[] b, int offset, int length) { in read() method in StringBufferInputStream
|
D | BufferedReader.java | 228 public int read() throws IOException { in read() method in BufferedReader 269 public int read(char[] buffer, int offset, int length) throws IOException { in read() method in BufferedReader 305 int read; in read() local 506 long read = count - pos; in skip() local
|
D | LineNumberReader.java | 122 public int read() throws IOException { in read() method in LineNumberReader 167 public int read(char[] buffer, int offset, int count) throws IOException { in read() method in LineNumberReader 169 int read = super.read(buffer, offset, count); in read() local
|
D | FilterReader.java | 122 public int read() throws IOException { in read() method in FilterReader 148 public int read(char[] buffer, int offset, int count) throws IOException { in read() method in FilterReader
|
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/net/ |
D | SocketInputStream.java | 59 public int read() throws IOException { in read() method in SocketInputStream 66 public int read(byte[] buffer) throws IOException { in read() method in SocketInputStream 71 public int read(byte[] buffer, int offset, int count) throws IOException { in read() method in SocketInputStream
|
/dalvik/libcore/nio/src/main/java/java/nio/channels/ |
D | ScatteringByteChannel.java | 57 public long read(ByteBuffer[] buffers) throws IOException; in read() method 98 public long read(ByteBuffer[] buffers, int offset, int length) in read() method
|
D | SocketChannel.java | 291 public abstract int read(ByteBuffer target) throws IOException; in read() method in SocketChannel 330 public abstract long read(ByteBuffer[] targets, int offset, int length) in read() method in SocketChannel 365 public synchronized final long read(ByteBuffer[] targets) in read() method in SocketChannel
|
D | DatagramChannel.java | 287 public abstract int read(ByteBuffer target) throws IOException; in read() method in DatagramChannel 329 public abstract long read(ByteBuffer[] targets, int offset, int length) in read() method in DatagramChannel 363 public synchronized final long read(ByteBuffer[] targets) in read() method in DatagramChannel
|
D | ReadableByteChannel.java | 73 public int read(ByteBuffer buffer) throws IOException; in read() method
|
/dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
D | SSLInputStream.java | 52 public abstract int read() throws IOException; in read() method in SSLInputStream 111 public byte[] read(int length) throws IOException { in read() method in SSLInputStream 122 public int read(byte[] b, int off, int len) throws IOException { in read() method in SSLInputStream
|
/dalvik/libcore/support/src/test/java/tests/support/ |
D | Support_StringReader.java | 118 public int read() throws IOException { in read() method in Support_StringReader 148 public int read(char buf[], int offset, int count) throws IOException { in read() method in Support_StringReader 160 int read = end - pos; in read() local
|
/dalvik/libcore-disabled/sound/src/main/java/javax/sound/sampled/ |
D | AudioInputStream.java | 65 public int read() throws IOException { in read() method in AudioInputStream 90 public int read(byte[] b) throws IOException { in read() method in AudioInputStream 94 public int read(byte[] b, int off, int len) throws IOException { in read() method in AudioInputStream 127 int read = read(skipBuf, 0, frameSize); in skip() local
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/io/ |
D | DigestInputStream.java | 22 public int read() in read() method in DigestInputStream 34 public int read( in read() method in DigestInputStream
|
D | MacInputStream.java | 22 public int read() in read() method in MacInputStream 34 public int read( in read() method in MacInputStream
|
/dalvik/libcore/crypto/src/main/java/javax/crypto/ |
D | CipherInputStream.java | 87 public int read() throws IOException { in read() method in CipherInputStream 127 public int read(byte[] b) throws IOException { in read() method in CipherInputStream 154 public int read(byte[] b, int off, int len) throws IOException { in read() method in CipherInputStream
|
/dalvik/libcore/archive/src/main/java/java/util/zip/ |
D | CheckedInputStream.java | 63 public int read() throws IOException { in read() method in CheckedInputStream 90 public int read(byte[] buf, int off, int nbytes) throws IOException { in read() method in CheckedInputStream
|
/dalvik/libcore/nio/src/main/java/org/apache/harmony/nio/internal/ |
D | WriteOnlyFileChannel.java | 64 public long read(ByteBuffer[] buffers, int offset, int length) in read() method in WriteOnlyFileChannel 73 public int read(ByteBuffer buffer) throws IOException { in read() method in WriteOnlyFileChannel 78 public int read(ByteBuffer buffer, long position) throws IOException { in read() method in WriteOnlyFileChannel
|