de.avetana.bluetooth.obex
Class OperationImpl.OBEXInputStream
java.lang.Object
java.io.InputStream
de.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.
| 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 |
OperationImpl.OBEXInputStream
protected OperationImpl.OBEXInputStream()
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()