- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for pathCharSourceFactory (0.1 sec)
-
guava-tests/test/com/google/common/io/SourceSinkFactories.java
return new PathByteSinkFactory(initialString.getBytes(UTF_8)); } @AndroidIncompatible public static CharSourceFactory pathCharSourceFactory() { return new PathCharSourceFactory(); } @AndroidIncompatible public static CharSinkFactory pathCharSinkFactory() { return new PathCharSinkFactory(null); } @AndroidIncompatible
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
SourceSinkFactories.appendingPathByteSinkFactory())); suite.addTest( CharSourceTester.tests( "MoreFiles.asCharSource[Path, Charset]", SourceSinkFactories.pathCharSourceFactory(), false)); suite.addTest( CharSinkTester.tests( "MoreFiles.asCharSink[Path, Charset]", SourceSinkFactories.pathCharSinkFactory())); suite.addTest(
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Thu Oct 17 02:42:09 UTC 2024 - 27.4K bytes - Viewed (0)