public interface InputCable extends Cable
CONTROL_CABLE_TYPE
Modifier and Type | Method and Description |
---|---|
void |
flush()
Flushes data in the pipe
|
boolean |
isDataReady() |
java.lang.Object |
recv()
Returns the data from if there is data there.
|
void |
resume()
Unsuspends a pipe
|
void |
suspend()
Suspends the pipe.
|
addCableListener, connect, connects, contains, disconnect, getReceivingNode, getReceivingTask, getSendingNode, getSendingTask, getType, isConnected, reconnect, removeCableListener
boolean isDataReady()
java.lang.Object recv()
void suspend()
void flush()
void resume()