Class GobblingStdReader<T>
java.lang.Object
com.github.kokorin.jaffree.process.GobblingStdReader<T>
- Type Parameters:
T- type of parsed result
- All Implemented Interfaces:
StdReader<T>
StdReader implementation which reads and ignores bytes read.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the list of error messages produced by the running process.read(InputStream stdOut) Reads and ignores bytes read.
-
Constructor Details
-
GobblingStdReader
public GobblingStdReader()
-
-
Method Details
-
read
Reads and ignores bytes read. -
getErrorLogMessages
Get the list of error messages produced by the running process.- Specified by:
getErrorLogMessagesin interfaceStdReader<T>- Returns:
- error messages
-