Generated by
JDiff

Class com.google.common.io.CharSource

Changed Constructors
CharSource(void) Change of visibility from public to protected.
Constructor for use by subclasses.
 

Added Methods
T readLines(LineProcessor<T>) Reads lines of text from this source, processing each line as it is read using the given processor.