Method
processLine
This method will be called once for each line. @param line the line read from the input, without delimiter @return true to continue processing, false to stop
(String line)
Source from the content-addressed store, hash-verified
| 40 | * @return true to continue processing, false to stop |
| 41 | */ |
| 42 | @CanIgnoreReturnValue // some uses know that their processor never returns false |
| 43 | boolean processLine(String line) throws IOException; |
| 44 | |
| 45 | /** Return the result of processing all the lines. */ |
Implementers 10
Resourcesoutput/java_guava/1.4.17/Resources.jav Filesoutput/java_guava/1.4.17/Files.java Resourcesoutput/java_guava/1.4.19/Resources.jav Filesoutput/java_guava/1.4.19/Files.java Resourcesoutput/java_guava/1.4.16/Resources.jav Filesoutput/java_guava/1.4.16/Files.java Resourcesoutput/java_guava/1.4.18/Resources.jav Filesoutput/java_guava/1.4.18/Files.java Resourcescorpus/java/training/guava/io/Resource Filescorpus/java/training/guava/io/Files.ja
Tested by
no test coverage detected