Home
last modified time | relevance | path

Searched defs:readFully (Results 1 – 9 of 9) 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.java232 public FileReader readFully() throws IOException { in readFully() method in IoUtils.FileReader
/libcore/luni/src/main/java/java/io/
DDataInput.java112 public abstract void readFully(byte[] dst) throws IOException; in readFully() method
140 public abstract void readFully(byte[] dst, int offset, int byteCount) throws IOException; in readFully() method
DDataInputStream.java94 public final void readFully(byte[] dst) throws IOException { in readFully() method in DataInputStream
98 public final void readFully(byte[] dst, int offset, int byteCount) throws IOException { in readFully() method in DataInputStream
DRandomAccessFile.java380 public final void readFully(byte[] dst) throws IOException { in readFully() method in RandomAccessFile
410 public final void readFully(byte[] dst, int offset, int byteCount) throws IOException { in readFully() method in RandomAccessFile
DObjectInputStream.java1165 public void readFully(byte[] dst) throws IOException { in readFully() method in ObjectInputStream
1185 public void readFully(byte[] dst, int offset, int byteCount) throws IOException { in readFully() method in ObjectInputStream
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DDataInputStreamTest.java486 public void readFully(byte[] buffer) throws IOException { in readFully() method in DataInputStreamTest.TestDataInputStream
489 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/dalvik/src/main/java/dalvik/system/profiler/
DBinaryHprofReader.java262 private static void readFully(InputStream in, byte[] dst) throws IOException { in readFully() method in BinaryHprofReader