Home
last modified time | relevance | path

Searched defs:readFully (Results 1 – 2 of 2) sorted by relevance

/packages/apps/UnifiedEmail/src/org/apache/commons/io/input/
DSwappedDataInputStream.java117 public void readFully( byte[] data ) in readFully() method in SwappedDataInputStream
133 public void readFully( byte[] data, int offset, int length ) in readFully() method in SwappedDataInputStream
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppObexClientSession.java130 private static int readFully(InputStream is, byte[] buffer, int size) throws IOException { in readFully() method in BluetoothOppObexClientSession