Searched defs:readFully (Results 1 – 4 of 4) sorted by relevance
49 static void readFully(final InputStream in, final byte[] destination, final int startAt, in readFully() method in PatchUtils61 static void readFully(final InputStream in, final byte[] destination) throws IOException { in readFully() method in PatchUtils
33 private fun readFully(socket: BluetoothSocket, n: Int): ByteArray { in readFully() method
237 public void readFully() throws IOException { in readFully() method in BluetoothOppObexClientSessionTest
108 static int readFully(InputStream is, byte[] buffer, int size) throws IOException { in readFully() method in BluetoothOppObexClientSession