fabric.net
Class Stream
java.lang.Object
fabric.net.Stream
public class Stream
- extends java.lang.Object
A pair of data I/O streams for the application to communicate with a remote
node.
Field Summary |
int |
id
|
java.io.DataInputStream |
in
|
java.io.DataOutputStream |
out
|
Method Summary |
void |
close()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
public final int id
in
public final java.io.DataInputStream in
out
public final java.io.DataOutputStream out
Stream
public Stream(ChannelMultiplexerThread muxer,
int id,
java.io.DataInputStream in,
java.io.DataOutputStream out)
close
public void close()
throws java.io.IOException
- Throws:
java.io.IOException