Generated by
JDiff

Class com.google.common.io.CharSource

Added Methods
long length() Returns the length of this source in chars, even if doing so requires opening and traversing an entire stream.
Optional<Long> lengthIfKnown() Returns the size of this source in chars, if the size can be easily determined without actually opening the data stream.