InheritRaw

replpp.shaded.os.InheritRaw

Inherit the input/output stream from the current process. Identical of os.Inherit, except it cannot be redirected globally

Attributes

Graph
Supertypes
trait ProcessInput
class Object
trait Matchable
class Any
Self type
InheritRaw.type

Members list

Value members

Concrete methods

def processInput(stdin: => InputStream): Option[Runnable]
def processOutput(stdin: => OutputStream): Option[Runnable]
def redirectFrom: Redirect
def redirectTo: Redirect