de.avetana.bluetooth.obex
Class OperationImpl.OBEXInputStream

java.lang.Object
  extended byjava.io.InputStream
      extended byde.avetana.bluetooth.obex.OperationImpl.OBEXInputStream
Enclosing class:
OperationImpl

protected class OperationImpl.OBEXInputStream
extends java.io.InputStream

An own extension of the classical java InputStream class.


Constructor Summary
protected OperationImpl.OBEXInputStream()
           
 
Method Summary
 void addData(byte[] b)
           
 int available()
           
 void close()
           
 int read()
           
 int read(byte[] b, int off, int len)
           
 void reset()
           
 
Methods inherited from class java.io.InputStream
mark, markSupported, read, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperationImpl.OBEXInputStream

protected OperationImpl.OBEXInputStream()
Method Detail

available

public int available()

addData

public void addData(byte[] b)

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

close

public void close()

reset

public void reset()