- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for SinkFactory (0.17 seconds)
-
guava-tests/test/com/google/common/io/SourceSinkFactory.java
/** Factory for {@link ByteSink} instances. */ interface ByteSinkFactory extends SinkFactory<ByteSink, byte[]> {} /** Factory for {@link CharSource} instances. */ interface CharSourceFactory extends SourceFactory<CharSource, String> {} /** Factory for {@link CharSink} instances. */ interface CharSinkFactory extends SinkFactory<CharSink, String> {}Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Jan 30 16:59:10 GMT 2025 - 3K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/io/SourceSinkFactory.java
/** Factory for {@link ByteSink} instances. */ interface ByteSinkFactory extends SinkFactory<ByteSink, byte[]> {} /** Factory for {@link CharSource} instances. */ interface CharSourceFactory extends SourceFactory<CharSource, String> {} /** Factory for {@link CharSink} instances. */ interface CharSinkFactory extends SinkFactory<CharSink, String> {}Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Jan 30 16:59:10 GMT 2025 - 3K bytes - Click Count (0)