Package com.mt_ag.jar.module
Class AsyncStreamReader
- java.lang.Object
-
- com.mt_ag.jar.module.AsyncStreamReader
-
-
Constructor Summary
Constructors Constructor Description AsyncStreamReader(InputStream in)
The constructor with the reader as parameter.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getOutput()
Gets the result.void
run()
The transfer method as run implementation.
-
-
-
Constructor Detail
-
AsyncStreamReader
public AsyncStreamReader(InputStream in)
The constructor with the reader as parameter.- Parameters:
in
- the stream to read.
-
-