de.avetana.bluetooth.rfcomm
Class RFCommConnectionImpl.MInputStream

java.lang.Object
  extended byjava.io.InputStream
      extended byde.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.


Constructor Summary
protected RFCommConnectionImpl.MInputStream()
           
 
Method Summary
 int available()
           
 int read()
           
 int read(byte[] b, int off, int len)
           
 
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
 

Constructor Detail

RFCommConnectionImpl.MInputStream

protected RFCommConnectionImpl.MInputStream()
Method Detail

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