Generated by
JDiff

Class com.google.common.io.CharSource

Added interface com.google.common.io.InputSupplier.

Added Methods
CharSource concat(CharSource[]) Concatenates multiple CharSource instances into a single source.
CharSource concat(Iterable<? extends CharSource>) Concatenates multiple CharSource instances into a single source.
CharSource concat(Iterator<? extends CharSource>) Concatenates multiple CharSource instances into a single source.
CharSource empty() Returns an immutable CharSource that contains no characters.
Reader getInput() This method is a temporary method provided for easing migration from suppliers to sources and sinks.
boolean isEmpty() Returns whether the source has zero chars.
CharSource wrap(CharSequence) Returns a view of the given character sequence as a CharSource.