Home
last modified time | relevance | path

Searched defs:readFully (Results 1 – 18 of 18) sorted by relevance

/libcore/luni/src/main/java/libcore/io/
DStreams.java69 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
DIoUtils.java355 public FileReader readFully() throws IOException { in readFully() method in IoUtils.FileReader
/libcore/ojluni/src/main/java/java/io/
DDataInput.java190 void readFully(byte b[]) throws IOException; in readFully() method
236 void readFully(byte b[], int off, int len) throws IOException; in readFully() method
DDataInputStream.java171 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
DRandomAccessFile.java454 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/
DIOUtils.java38 public static byte[] readFully(java.io.InputStream is, int length, boolean readAll) in readFully() method in IOUtils
DCharacterDecoder.java71 protected int readFully(java.io.InputStream in, byte[] buffer, int offset, int len) in readFully() method in CharacterDecoder
DCharacterEncoder.java63 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/
DIOUtils.java50 public static byte[] readFully(InputStream is, int length, boolean readAll) in readFully() method in IOUtils
DCharacterDecoder.java133 protected int readFully(InputStream in, byte buffer[], int offset, int len) in readFully() method in CharacterDecoder
DCharacterEncoder.java124 protected int readFully(InputStream in, byte buffer[]) in readFully() method in CharacterEncoder
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DDataInputStreamTest.java487 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/
DTestMethods.java66 public static byte[] readFully(InputStream in) throws IOException { in readFully() method in TestMethods
/libcore/ojluni/annotations/hiddenapi/java/util/zip/
DZipInputStream.java85 private void readFully(byte[] b, int off, int len) throws java.io.IOException { in readFully() method in ZipInputStream
/libcore/ojluni/annotations/hiddenapi/java/io/
DRandomAccessFile.java72 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
DObjectInputStream.java155 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/
DZipInputStream.java419 private void readFully(byte[] b, int off, int len) throws IOException { in readFully() method in ZipInputStream
/libcore/ojluni/src/main/native/
DUNIXProcess_md.c680 readFully(int fd, void *buf, size_t nbyte) in readFully() function