public interface LineProcessor<T>
readLines methods.
processLine(java.lang.String) will be called for each line that is read, and
should return false when you want to stop processing.
boolean processLine(String line) throws IOException
line - the line read from the input, without delimiterIOExceptionT getResult()
Copyright © 2016. All rights reserved.