Searched defs:readFully (Results 1 – 3 of 3) 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
198 public void readFully() throws IOException { in readFully() method in BluetoothOppObexClientSessionTest
135 static int readFully(InputStream is, byte[] buffer, int size) throws IOException { in readFully() method in BluetoothOppObexClientSession