public class ArrayListErrorConsumer extends ArrayListConsumer implements ErrorConsumer
| Constructor and Description |
|---|
ArrayListErrorConsumer()
Default Constructor.
|
ArrayListErrorConsumer(String pCharset)
Constructor taking a charset-name as argument.
|
| Modifier and Type | Method and Description |
|---|---|
void |
consumeError(InputStream pInputStream)
Read command output and save in an internal field.
|
clear, consume, getOutputpublic ArrayListErrorConsumer()
public ArrayListErrorConsumer(String pCharset)
pCharset - charset-name for internal InputStreamReaderpublic void consumeError(InputStream pInputStream) throws IOException
consumeError in interface ErrorConsumerIOExceptionErrorConsumer.consumeError(java.io.InputStream)Copyright © 2019. All rights reserved.