Generated by
JDiff

Class com.google.common.io.CharSink

Removed Methods
void writeLines(Stream<? extends CharSequence>) Writes the given lines of text to this sink with each line (including the last) terminated with the operating system's default line separator.
void writeLines(Stream<?, extends, CharSequence>, String) Writes the given lines of text to this sink with each line (including the last) terminated with the given line separator.