/libcore/luni/src/main/java/libcore/io/ |
D | Streams.java | 69 public static void readFully(InputStream in, byte[] dst) throws IOException { in readFully() method in Streams 79 …public static void readFully(InputStream in, byte[] dst, int offset, int byteCount) throws IOExcep… in readFully() method in Streams 105 public static byte[] readFully(InputStream in) throws IOException { in readFully() method in Streams 131 public static String readFully(Reader reader) throws IOException { in readFully() method in Streams
|
D | IoUtils.java | 355 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 | 454 public final void readFully(byte b[]) throws IOException { in readFully() method in RandomAccessFile 472 public final void readFully(byte b[], int off, int len) throws IOException { in readFully() method in RandomAccessFile
|
/libcore/ojluni/annotations/hiddenapi/sun/misc/ |
D | IOUtils.java | 38 public static byte[] readFully(java.io.InputStream is, int length, boolean readAll) in readFully() method in IOUtils
|
D | CharacterDecoder.java | 71 protected int readFully(java.io.InputStream in, byte[] buffer, int offset, int len) in readFully() method in CharacterDecoder
|
D | CharacterEncoder.java | 63 protected int readFully(java.io.InputStream in, byte[] buffer) throws java.io.IOException { in readFully() method in CharacterEncoder
|
/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/annotations/hiddenapi/java/util/zip/ |
D | ZipInputStream.java | 85 private void readFully(byte[] b, int off, int len) throws java.io.IOException { in readFully() method in ZipInputStream
|
/libcore/ojluni/annotations/hiddenapi/java/io/ |
D | RandomAccessFile.java | 72 public final void readFully(byte[] b) throws java.io.IOException { in readFully() method in RandomAccessFile 76 public final void readFully(byte[] b, int off, int len) throws java.io.IOException { in readFully() method in RandomAccessFile
|
D | ObjectInputStream.java | 155 public void readFully(byte[] buf) throws java.io.IOException { in readFully() method in ObjectInputStream 159 public void readFully(byte[] buf, int off, int len) throws java.io.IOException { in readFully() method in ObjectInputStream 404 public void readFully(byte[] b) throws java.io.IOException { in readFully() method in ObjectInputStream.BlockDataInputStream 408 public void readFully(byte[] b, int off, int len) throws java.io.IOException { in readFully() method in ObjectInputStream.BlockDataInputStream 412 public void readFully(byte[] b, int off, int len, boolean copy) throws java.io.IOException { in readFully() method in ObjectInputStream.BlockDataInputStream 810 void readFully(byte[] b, int off, int len) throws java.io.IOException { in readFully() method in ObjectInputStream.PeekInputStream
|
/libcore/ojluni/src/main/java/java/util/zip/ |
D | ZipInputStream.java | 419 private void readFully(byte[] b, int off, int len) throws IOException { in readFully() method in ZipInputStream
|
/libcore/ojluni/src/main/native/ |
D | UNIXProcess_md.c | 680 readFully(int fd, void *buf, size_t nbyte) in readFully() function
|