public static interface Executor.StreamHandler
| Modifier and Type | Method and Description |
|---|---|
void |
processStream(java.io.InputStream in)
Process the data in the stream.
|
void processStream(java.io.InputStream in)
throws java.io.IOException
in - The InputStream containing the datajava.io.IOException