Searched defs:readFully (Results 1 - 3 of 3) sorted by relevance

/packages/apps/UnifiedEmail/src/org/apache/commons/io/input/
H A DSwappedDataInputStream.java117 public void readFully( byte[] data ) method in class:SwappedDataInputStream
120 readFully( data, 0, data.length );
133 public void readFully( byte[] data, int offset, int length ) method in class:SwappedDataInputStream
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppObexClientSession.java130 private static int readFully(InputStream is, byte[] buffer, int size) throws IOException { method in class:BluetoothOppObexClientSession
462 readLength = readFully(a, buffer, outputBufferSize);
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...

Completed in 164 milliseconds