public class DefaultConsumer extends java.lang.Object implements StreamConsumer
| Constructor and Description |
|---|
DefaultConsumer() |
| Modifier and Type | Method and Description |
|---|---|
void |
consumeLine(java.lang.String line)
Called when the StreamPumper pumps a line from the Stream.
|
public void consumeLine(java.lang.String line)
throws java.io.IOException
StreamConsumerconsumeLine in interface StreamConsumerline - The line to be consumed.java.io.IOException - if consuming line fails.