public final class Tail
The output stream is the tail of its input stream.
Two inputs are needed before any output is produced but, thereafter, one output is produced for each input.
Input Channels | ||
---|---|---|
in | java.lang.Object | The in Channel can accept data of any Class. |
Output Channels | ||
out | java.lang.Object | The out Channel will send data of the same type as that sent down the in Channel. |
Constructor and description |
---|
Tail
(ChannelInput in, ChannelOutput out) Construct a new Tail process with the input Channel in and the output Channel out. |
Construct a new Tail process with the input Channel in and the output Channel out.
in
- the input Channelout
- the output ChannelJCSP for Java 1.8 generated 14-10-2016 by Jon Kerridge, Edinburgh Napier University - j dot kerridge at napier dot ac dot uk