setInputStream

public ManagedProcessBuilder setInputStream(@Nullable() @Nullable() InputStream inputStream)

Provides an input stream which will be fed to the process' STDIN.

Return

this builder instance for chaining

Parameters

inputStream

the input stream to use, or null to disable