Generated by
JDiff

Class com.google.common.io.CharSource

Removed Methods
void forEachLine(Consumer<? super String>) Reads all lines of text from this source, running the given {@code action} for each line as it is read.
Stream<String> lines() Opens a new Stream for reading text one line at a time from this source.