public abstract class OutputReader extends Object
| Constructor and Description |
|---|
OutputReader(BufferedReader reader)
The protected constructor.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
processLine(String line)
Called whenever new input is read from the reader.
|
public OutputReader(BufferedReader reader)
reader - the BufferedReader of the stop process.public abstract void processLine(String line)
line - String representing new inputCopyright © 2010-2020 Wren Security. All Rights Reserved.