public abstract class StreamProcessor extends Object implements Runnable
StreamProcessor(InputStream stream, int bufferSize)
protected abstract void
handleInput(String input)
void
run()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public StreamProcessor(InputStream stream, int bufferSize)
public void run()
run
Runnable
protected abstract void handleInput(String input)