public abstract class SerialCommInputStream
extends java.io.InputStream
Constructor and Description |
---|
SerialCommInputStream() |
Modifier and Type | Method and Description |
---|---|
abstract int |
waitDataAvailable()
Wait indefinitely for data to become available.
|
abstract int |
waitDataAvailable(int timeout)
Wait up to the specified timeout milliseconds for data to become
available.
|
public abstract int waitDataAvailable() throws java.io.IOException
java.io.IOException
- failure in attempting to wait for datapublic abstract int waitDataAvailable(int timeout) throws java.io.IOException
timeout
- in millisecondsjava.io.IOException
- failure in attempting to wait for dataCopyright © 2009 Eurotech Inc. All rights reserved.