Searched defs:CharSource (Results 1 - 3 of 3) sorted by relevance

/external/guava/guava/src/com/google/common/io/
H A DCharSource.java41 * {@code CharSource} is not an open, stateful stream of characters that can be read and closed.
44 * <p>{@code CharSource} provides two kinds of methods:
60 * encoding} may be viewed as a {@code CharSource} using {@link ByteSource#asCharSource(Charset)}.
65 public abstract class CharSource { class
70 protected CharSource() {} method in class:CharSource
253 * Concatenates multiple {@link CharSource} instances into a single source. Streams returned from
260 * @return a {@code CharSource} containing the concatenated data
263 public static CharSource concat(Iterable<? extends CharSource> sources) {
268 * Concatenates multiple {@link CharSource} instance
[all...]
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 232 milliseconds