enum StdOut
case StdOut(java.io.InputStream)
A wrapper for the stdout stream of a process.
instance Readable[StdOut]