| /libcore/luni/src/main/java/libcore/io/ |
| D | Streams.java | 59 public static void readFully(InputStream in, byte[] dst) throws IOException { in readFully() method in Streams 69 …public static void readFully(InputStream in, byte[] dst, int offset, int byteCount) throws IOExcep… in readFully() method in Streams 93 public static byte[] readFully(InputStream in) throws IOException { in readFully() method in Streams 117 public static String readFully(Reader reader) throws IOException { in readFully() method in Streams
|
| D | IoUtils.java | 230 public FileReader readFully() throws IOException { in readFully() method in IoUtils.FileReader
|
| /libcore/ojluni/src/main/java/java/io/ |
| D | DataInput.java | 190 void readFully(byte b[]) throws IOException; in readFully() method 236 void readFully(byte b[], int off, int len) throws IOException; in readFully() method
|
| D | DataInputStream.java | 171 public final void readFully(byte b[]) throws IOException { in readFully() method in DataInputStream 193 public final void readFully(byte b[], int off, int len) throws IOException { in readFully() method in DataInputStream
|
| D | RandomAccessFile.java | 403 public final void readFully(byte b[]) throws IOException { in readFully() method in RandomAccessFile 421 public final void readFully(byte b[], int off, int len) throws IOException { in readFully() method in RandomAccessFile
|
| D | ObjectInputStream.java | 1018 public void readFully(byte[] buf) throws IOException { in readFully() method in ObjectInputStream 1031 public void readFully(byte[] buf, int off, int len) throws IOException { in readFully() method in ObjectInputStream 2337 void readFully(byte[] b, int off, int len) throws IOException { in readFully() method in ObjectInputStream.PeekInputStream 2747 public void readFully(byte[] b) throws IOException { in readFully() method in ObjectInputStream.BlockDataInputStream 2751 public void readFully(byte[] b, int off, int len) throws IOException { in readFully() method in ObjectInputStream.BlockDataInputStream 2755 public void readFully(byte[] b, int off, int len, boolean copy) in readFully() method in ObjectInputStream.BlockDataInputStream
|
| /libcore/ojluni/src/main/java/sun/misc/ |
| D | IOUtils.java | 50 public static byte[] readFully(InputStream is, int length, boolean readAll) in readFully() method in IOUtils
|
| D | CharacterDecoder.java | 133 protected int readFully(InputStream in, byte buffer[], int offset, int len) in readFully() method in CharacterDecoder
|
| D | CharacterEncoder.java | 124 protected int readFully(InputStream in, byte buffer[]) in readFully() method in CharacterEncoder
|
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
| D | DataInputStreamTest.java | 487 public void readFully(byte[] buffer) throws IOException { in readFully() method in DataInputStreamTest.TestDataInputStream 490 public void readFully(byte[] buffer, int offset, int count) in readFully() method in DataInputStreamTest.TestDataInputStream
|
| /libcore/luni/src/test/etc/loading-test-jar/ |
| D | TestMethods.java | 66 public static byte[] readFully(InputStream in) throws IOException { in readFully() method in TestMethods
|
| /libcore/ojluni/src/main/java/java/util/zip/ |
| D | ZipInputStream.java | 412 private void readFully(byte[] b, int off, int len) throws IOException { in readFully() method in ZipInputStream
|
| /libcore/dalvik/src/main/java/dalvik/system/profiler/ |
| D | BinaryHprofReader.java | 262 private static void readFully(InputStream in, byte[] dst) throws IOException { in readFully() method in BinaryHprofReader
|
| /libcore/ojluni/src/main/native/ |
| D | UNIXProcess_md.c | 658 readFully(int fd, void *buf, size_t nbyte) in readFully() function
|
| /libcore/luni/src/test/java/libcore/javax/net/ssl/ |
| D | SSLSocketTest.java | 2675 private static final void readFully(InputStream in, byte[] dst) throws IOException { in readFully() method in SSLSocketTest
|