- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for CharSinkFactory (0.58 sec)
-
guava-tests/test/com/google/common/io/SourceSinkFactories.java
} public static CharSourceFactory fileCharSourceFactory() { return new FileCharSourceFactory(); } public static CharSinkFactory fileCharSinkFactory() { return new FileCharSinkFactory(null); } public static CharSinkFactory appendingFileCharSinkFactory() { String initialString = IoTestCase.ASCII + IoTestCase.I18N; return new FileCharSinkFactory(initialString); }
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Jul 16 17:42:14 UTC 2025 - 17.9K bytes - Viewed (0)