EasyNfc
Package Index
|
Class Index
android.nfc
mobisocial.comm
mobisocial.ndefexchange
mobisocial.nfc
mobisocial.nfc.addon
Interfaces
DuplexSocket
Classes
BluetoothDuplexSocket
StreamDuplexSocket
TcpDuplexSocket
Package Index
|
Class Index
View Source
Summary:
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
public class
StreamDuplexSocket
extends
Object
implements
DuplexSocket
java.lang.Object
↳
mobisocial.comm.StreamDuplexSocket
Summary
Public Constructors
StreamDuplexSocket
(
InputStream
in,
OutputStream
out)
Public Methods
void
close
()
void
connect
()
InputStream
getInputStream
()
OutputStream
getOutputStream
()
[Expand]
Inherited Methods
From class
java.lang.Object
Object
clone
()
boolean
equals
(
Object
arg0)
void
finalize
()
final
Class
<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
From interface
java.io.Closeable
abstract void
close
()
From interface
mobisocial.comm.DuplexSocket
abstract void
connect
()
abstract
InputStream
getInputStream
()
abstract
OutputStream
getOutputStream
()
Public Constructors
public
StreamDuplexSocket
(
InputStream
in,
OutputStream
out)
Throws
IOException
Public Methods
public void
close
()
Throws
IOException
public void
connect
()
Throws
IOException
public
InputStream
getInputStream
()
Throws
IOException
public
OutputStream
getOutputStream
()
Throws
IOException