Generated by
JDiff

Class com.google.common.io.CharStreams

Removed Methods
CharSource asCharSource(String) Returns a CharSource that reads the given string value.
 

Added Methods
CharSink asCharSink(OutputSupplier<? extends Appendable>) Returns a view of the given {@code Appendable} supplier as a {@code CharSink}.
CharSource asCharSource(InputSupplier<? extends Readable>) Returns a view of the given {@code Readable} supplier as a {@code CharSource}.
CharSource asCharSource(String) Returns a CharSource that reads the given string value.
Writer nullWriter() Returns a Writer that simply discards written chars.