/libcore/luni/src/main/java/libcore/io/ |
D | Streams.java | 97 public static void readFully(@NonNull InputStream in, @NonNull byte[] dst) throws IOException { in readFully() method in Streams 109 …public static void readFully(InputStream in, byte[] dst, int offset, int byteCount) throws IOExcep… in readFully() method in Streams 142 public static @NonNull byte[] readFully(@NonNull InputStream in) throws IOException { in readFully() method in Streams 181 public static @NonNull String readFully(@NonNull Reader reader) throws IOException { in readFully() method in Streams
|
D | IoUtils.java | 401 public FileReader readFully() throws IOException { in readFully() method in IoUtils.FileReader
|
/libcore/ojluni/src/main/java/java/io/ |
D | DataInput.java | 200 void readFully(byte b[]) throws IOException; in readFully() method 250 void readFully(byte b[], int off, int len) throws IOException; in readFully() method
|
D | DataInputStream.java | 172 public final void readFully(byte b[]) throws IOException { in readFully() method in DataInputStream 198 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
|
D | ObjectInputStream.java | 1074 public void readFully(byte[] buf) throws IOException { in readFully() method in ObjectInputStream 1087 public void readFully(byte[] buf, int off, int len) throws IOException { in readFully() method in ObjectInputStream 2689 void readFully(byte[] b, int off, int len) throws IOException { in readFully() method in ObjectInputStream.PeekInputStream 3105 public void readFully(byte[] b) throws IOException { in readFully() method in ObjectInputStream.BlockDataInputStream 3109 public void readFully(byte[] b, int off, int len) throws IOException { in readFully() method in ObjectInputStream.BlockDataInputStream 3113 public void readFully(byte[] b, int off, int len, boolean copy) in readFully() method in ObjectInputStream.BlockDataInputStream
|
/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 | 451 private void readFully(byte[] b, int off, int len) throws IOException { in readFully() method in ZipInputStream
|
/libcore/ojluni/src/main/java/sun/security/util/ |
D | HexDumpEncoder.java | 132 protected int readFully(InputStream in, byte buffer[]) in readFully() method in HexDumpEncoder
|
/libcore/ojluni/src/main/native/ |
D | UNIXProcess_md.c | 747 readFully(int fd, void *buf, size_t nbyte) in readFully() function
|