- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for appendingPathCharSinkFactory (0.16 sec)
-
guava-tests/test/com/google/common/io/SourceSinkFactories.java
} @AndroidIncompatible public static CharSinkFactory pathCharSinkFactory() { return new PathCharSinkFactory(null); } @AndroidIncompatible public static CharSinkFactory appendingPathCharSinkFactory() { String initialString = IoTestCase.ASCII + IoTestCase.I18N; return new PathCharSinkFactory(initialString); }
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Sat Oct 19 00:26:48 UTC 2024 - 17.7K bytes - Viewed (0) -
guava-tests/test/com/google/common/io/MoreFilesTest.java
suite.addTest( CharSinkTester.tests( "MoreFiles.asCharSink[Path, Charset, APPEND]", SourceSinkFactories.appendingPathCharSinkFactory())); suite.addTestSuite(MoreFilesTest.class); return suite; } private static final FileSystem FS = FileSystems.getDefault(); private static Path root() {
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Thu Oct 17 02:42:09 UTC 2024 - 27.4K bytes - Viewed (0)