|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mindbright.nio.NonBlockingPipe
public class NonBlockingPipe
A non-blocking pipe to which one can write and read data.
Constructor Summary | |
---|---|
NonBlockingPipe()
|
Method Summary | |
---|---|
NonBlockingOutput |
getSink()
Get the sink side of the pipe. |
NonBlockingInput |
getSource()
Get the source side of the pipe. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NonBlockingPipe() throws java.io.IOException
java.io.IOException
Method Detail |
---|
public NonBlockingInput getSource() throws java.io.IOException
java.io.IOException
public NonBlockingOutput getSink() throws java.io.IOException
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |