edu.ucla.util.code
Class ScriptExecution.Pipe

Object
  extended by ScriptExecution.Pipe
All Implemented Interfaces:
Runnable
Enclosing class:
ScriptExecution

public static class ScriptExecution.Pipe
extends Object
implements Runnable


Constructor Summary
ScriptExecution.Pipe(InputStream in, PrintWriter out)
           
 
Method Summary
 void run()
           
 void start()
           
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScriptExecution.Pipe

public ScriptExecution.Pipe(InputStream in,
                            PrintWriter out)
Method Detail

start

public void start()

run

public void run()
Specified by:
run in interface Runnable


Copyright 2010 UCLA Automated Reasoning Group