Package generic.concurrent.io
Class IOResult
java.lang.Object
generic.concurrent.io.IOResult
- All Implemented Interfaces:
Runnable
Class to pass to a thread pool that will consume all output from an external process. This is
a
Runnable
that get submitted to a thread pool. This class records the data it reads-
Field Summary
-
Constructor Summary
ConstructorDescriptionIOResult
(InputStream input) IOResult
(Throwable inception, InputStream input) -
Method Summary