set Standard Input
Sets the standard input stream for the process executing the command. The stream is closed after the process completes.
Return
this
Parameters
input Stream
The standard input stream for the process. Must not be null.