bicliqueviz
Class StreamGobbler

java.lang.Object
  extended by bicliqueviz.StreamGobbler
All Implemented Interfaces:
java.lang.Runnable

public class StreamGobbler
extends java.lang.Object
implements java.lang.Runnable

Class for taking care of system call outputs

Author:
the1schwartz

Constructor Summary
StreamGobbler(java.lang.String name, java.io.InputStream is)
           
 
Method Summary
 void run()
           
 void start()
          Start thread
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StreamGobbler

public StreamGobbler(java.lang.String name,
                     java.io.InputStream is)
Parameters:
name - name of output file
is - pointer to the input stream
Method Detail

start

public void start()
Start thread


run

public void run()
Specified by:
run in interface java.lang.Runnable