| com.google.gdata.util.common.io.LineProcessor<T> |
A callback to be used with the streaming readLines methods.
processLine(String) will be called for each line that is read, and
should return false when you want to stop processing.
readLines(InputSupplier, LineProcessor)| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
This method will be called once for each line.
| |||||||||||
This method will be called once for each line.
| line |
|---|
| IOException |
|---|