Class RawOutputHandler
java.lang.Object
com.thebuzzmedia.exiftool.core.handlers.RawOutputHandler
- All Implemented Interfaces:
StreamVisitor
,OutputHandler
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RawOutputHandler
public RawOutputHandler()
-
-
Method Details
-
readLine
Description copied from interface:OutputHandler
Read a line from command output. Returned value is a boolean: it should indicate if next line should be read or if output is finished.- Specified by:
readLine
in interfaceOutputHandler
- Specified by:
readLine
in interfaceStreamVisitor
- Parameters:
line
- Line output.- Returns:
- Boolean indicating if next line should be read.
-
getOutput
-