Searched defs:readFully (Results 1 – 8 of 8) sorted by relevance
264 public byte[] readFully() throws IOException { in readFully() method in AtomicFile
139 private static String readFully(InputStream in) throws IOException { in readFully() method in KeyRevocationList
142 private static byte[] readFully(InputStream stream) throws IOException { in readFully() method in SoftApConfToXmlMigrationUtilTest
113 status_t FdBuffer::readFully(int fd) { in readFully() function in android::os::incidentd::FdBuffer
210 private static void readFully(InputStream stream, byte[] buffer) throws IOException { in readFully() method in V4Signature
850 public static byte[] readFully(FileInputStream stream) throws java.io.IOException { in readFully() method in BatteryStatsHelper854 public static byte[] readFully(FileInputStream stream, int avail) throws java.io.IOException { in readFully() method in BatteryStatsHelper
4619 public void readFully(byte[] buffer, int offset, int length) throws IOException { in readFully() method in ExifInterface.ByteOrderedDataInputStream4630 public void readFully(byte[] buffer) throws IOException { in readFully() method in ExifInterface.ByteOrderedDataInputStream
985 static byte[] readFully(InputStream stream, int[] outLen) throws IOException { in readFully() method in ProcessStats