Quantcast
Channel: Reading from InputStream - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by Mat for Reading from InputStream

A blocking read does not consume CPU. The OS will put the calling thread/process to sleep.That loop is fine.

View Article


Reading from InputStream

I need to write application which will be reeding data from InputStream. In short: my app will firstly connect to Bluetooth device. After connection my app will be reeding data From InputStream...

View Article
Browsing all 2 articles
Browse latest View live