Searched refs:readBinary (Results 1 – 3 of 3) sorted by relevance
159 public byte[] readBinary() throws IOException { in readBinary() method in BluetoothConnection160 return this.readBinary(4096); in readBinary()170 public byte[] readBinary(int bufferSize) throws IOException { in readBinary() method in BluetoothConnection
421 return Base64Codec.encodeBase64String(conn.readBinary(bufferSize)); in bluetoothSocketConnReadBinary()560 byte[] readBuf = conn.readBinary(bufferSize); in bluetoothConnectionThroughputRead()
132 ProgramBinary* readBinary (const std::string& srcPath) in readBinary() function444 const de::UniquePtr<ProgramBinary> binary (readBinary(path.getPath())); in initFromPath()