Searched defs:readFully (Results 1 – 9 of 9) sorted by relevance
96 public void readFully(byte[] b) throws IOException { in readFully() method in FastDataInput101 public void readFully(byte[] b, int off, int len) throws IOException { in readFully() method in FastDataInput
142 private static byte[] readFully(InputStream stream) throws IOException { in readFully() method in SoftApConfToXmlMigrationUtilTest
139 private static String readFully(InputStream in) throws IOException { in readFully() method in KeyRevocationList
290 public byte[] readFully() throws IOException { in readFully() method in AtomicFile
113 status_t FdBuffer::readFully(int fd) { in readFully() function in android::os::incidentd::FdBuffer
211 private static void readFully(final FileDescriptor fd, in readFully() method in EmulatorClipboardMonitor
279 private static void readFully(InputStream stream, byte[] buffer) throws IOException { in readFully() method in V4Signature
4997 public void readFully(byte[] buffer, int offset, int length) throws IOException { in readFully() method in ExifInterface.ByteOrderedDataInputStream5008 public void readFully(byte[] buffer) throws IOException { in readFully() method in ExifInterface.ByteOrderedDataInputStream
1034 static byte[] readFully(InputStream stream, int[] outLen) throws IOException { in readFully() method in ProcessStats