- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for newCharSource (0.07 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
android/guava-tests/test/com/google/common/io/MultiReaderTest.java
String testString = "abcdefgh"; CharSource source = newCharSource(testString); Reader joinedReader = CharSource.concat(source, source).openStream(); String expectedString = testString + testString; assertThat(CharStreams.toString(joinedReader)).isEqualTo(expectedString); } private static CharSource newCharSource(String text) { return new CharSource() { @Override
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Mar 12 17:47:10 GMT 2026 - 3.8K bytes - Click Count (0)