Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/libcore/io/
DStreams.java59 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
DIoUtils.java230 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.java403 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
DObjectInputStream.java1018 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/
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/src/main/java/java/util/zip/
DZipInputStream.java412 private void readFully(byte[] b, int off, int len) throws IOException { in readFully() method in ZipInputStream
/libcore/dalvik/src/main/java/dalvik/system/profiler/
DBinaryHprofReader.java262 private static void readFully(InputStream in, byte[] dst) throws IOException { in readFully() method in BinaryHprofReader
/libcore/ojluni/src/main/native/
DUNIXProcess_md.c658 readFully(int fd, void *buf, size_t nbyte) in readFully() function
/libcore/luni/src/test/java/libcore/javax/net/ssl/
DSSLSocketTest.java2675 private static final void readFully(InputStream in, byte[] dst) throws IOException { in readFully() method in SSLSocketTest