@Implements(value=android.bluetooth.BluetoothSocket.class) public class ShadowBluetoothSocket extends java.lang.Object
Constructor and Description |
---|
ShadowBluetoothSocket() |
Modifier and Type | Method and Description |
---|---|
protected java.io.InputStream |
getInputStream() |
java.io.PipedOutputStream |
getInputStreamFeeder()
Returns
PipedOutputStream that controls input stream of the BluetoothSocket . |
protected java.io.OutputStream |
getOutputStream() |
java.io.PipedInputStream |
getOutputStreamSink()
Returns
PipedInputStream that controls output stream of the BluetoothSocket . |
public java.io.PipedOutputStream getInputStreamFeeder()
Returns PipedOutputStream
that controls input stream of the BluetoothSocket
.
public java.io.PipedInputStream getOutputStreamSink()
Returns PipedInputStream
that controls output stream of the BluetoothSocket
.
@Implementation protected java.io.InputStream getInputStream()
@Implementation protected java.io.OutputStream getOutputStream()