public final class Identity
This copies its input stream to its output stream, adding a one-place buffer to the stream.
Input Channels | ||
---|---|---|
in | java.lang.Object | The in Channel can accept data of any class. |
Output Channels | ||
out | java.lang.Object | The out Channel sends the the same type of data (in fact, the same data) as is input. |
Constructor and description |
---|
Identity
(ChannelInput in, ChannelOutput out) Construct a new Identity process with the input Channel in and the output Channel out. |
Construct a new Identity 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