public interface Drainer extends Service
the dual to Feeder
.
Hint: A Drainer
can be easily implemented by
subclassing AbstractPipe
.
Modifier and Type | Method and Description |
---|---|
void |
setIn(java.io.InputStream out,
boolean closeOnExit)
specifies the
InputStream where to fetch the
data in the run() method. |
getException