- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for testCopyToAppendable (0.1 seconds)
-
android/guava-tests/test/com/google/common/io/FilesTest.java
ByteArrayOutputStream out = new ByteArrayOutputStream(); Files.copy(i18nFile, out); assertThat(out.toString("UTF-8")).isEqualTo(I18N); } public void testCopyToAppendable() throws IOException { File i18nFile = getTestFile("i18n.txt"); StringBuilder sb = new StringBuilder(); Files.copy(i18nFile, UTF_8, sb); assertThat(sb.toString()).isEqualTo(I18N); }
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Mar 19 18:53:45 GMT 2026 - 22.8K bytes - Click Count (0) -
guava-tests/test/com/google/common/io/CharSourceTest.java
cpovirk <******@****.***> 1773337518 -0700
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Mar 12 17:47:10 GMT 2026 - 11.6K bytes - Click Count (0)