de.avetana.bluetooth.rfcomm
Class RFCommConnectionImpl.MInputStream
java.lang.Object
java.io.InputStream
de.avetana.bluetooth.rfcomm.RFCommConnectionImpl.MInputStream
- Enclosing class:
- RFCommConnectionImpl
- protected class RFCommConnectionImpl.MInputStream
- extends java.io.InputStream
An own extension of the classical java InputStream class.
| Methods inherited from class java.io.InputStream |
close, mark, markSupported, read, reset, skip |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RFCommConnectionImpl.MInputStream
protected RFCommConnectionImpl.MInputStream()
available
public int available()
throws java.io.IOException
- Throws:
java.io.IOException
read
public int read()
throws java.io.IOException
- Throws:
java.io.IOException
read
public int read(byte[] b,
int off,
int len)
throws java.io.IOException
- Throws:
java.io.IOException