enum StdIn
case StdIn(java.io.OutputStream)
A wrapper for the stdin stream of a process.
instance Writable[StdIn]