MDACC
Biostatistics

org.mdanderson.biostat.util
Interface StreamMonitor


public interface StreamMonitor

StreamMonitor - Allows postprocessing of data read from stream.


Method Summary
 String processLine(String line)
          Postprocesses the output from the input stream.
 

Method Detail

processLine

public String processLine(String line)
Postprocesses the output from the input stream.

Parameters:
line - string containing external process output
Returns:
string containing processed output

MDACC
Biostatistics

Copyright © 2002 M.D. Anderson Cancer Center. All Rights Reserved.