BufferedReader
, one by one. Subclasses must implement the method {@link #processLine(String) processLine}, which will be called for each line that passes an optional {@link #filter(String) filter}. Call {@link #done()} to abort theprocessing. This class guarantees that all allocated resources are closed, even if an error occurs. A consequence of this is that the processing takes place immediately in the constructor. @author Torgil Zethson @since 3.0.0
|
|
|
|
|
|