Home
last modified time | relevance | path

Searched defs:ConcatenatedCharSource (Results 1 – 1 of 1) sorted by relevance

/external/guava/android/guava/src/com/google/common/io/
DCharSource.java617 private static final class ConcatenatedCharSource extends CharSource { class
621 ConcatenatedCharSource(Iterable<? extends CharSource> sources) { in ConcatenatedCharSource() method in ConcatenatedCharSource