de.avetana.bluetooth.rfcomm
Class RFCommConnectionImpl.MOutputStream

java.lang.Object
  extended byjava.io.OutputStream
      extended byde.avetana.bluetooth.rfcomm.RFCommConnectionImpl.MOutputStream
Enclosing class:
RFCommConnectionImpl

protected class RFCommConnectionImpl.MOutputStream
extends java.io.OutputStream

An own extension of the classical java OutputStream class.


Constructor Summary
protected RFCommConnectionImpl.MOutputStream()
           
 
Method Summary
 void flush()
           
 void write(byte[] b)
           
 void write(byte[] b, int off, int len)
           
 void write(int data)
           
 
Methods inherited from class java.io.OutputStream
close
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RFCommConnectionImpl.MOutputStream

protected RFCommConnectionImpl.MOutputStream()
Method Detail

write

public void write(int data)
           throws java.io.IOException
Throws:
java.io.IOException

write

public void write(byte[] b)
           throws java.io.IOException
Throws:
java.io.IOException

write

public void write(byte[] b,
                  int off,
                  int len)
           throws java.io.IOException
Throws:
java.io.IOException

flush

public void flush()
           throws java.io.IOException
Throws:
java.io.IOException