Searched defs:readFully (Results 1 – 2 of 2) sorted by relevance
/packages/apps/UnifiedEmail/src/org/apache/commons/io/input/ | ||
D | SwappedDataInputStream.java | 117 public void readFully( byte[] data ) in readFully() method in SwappedDataInputStream |
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ | ||
D | BluetoothOppObexClientSession.java | 130 private static int readFully(InputStream is, byte[] buffer, int size) throws IOException { in readFully() method in BluetoothOppObexClientSession |