- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for byteArraySourceFactory (0.17 seconds)
-
android/guava-tests/test/com/google/common/io/SourceSinkFactories.java
private SourceSinkFactories() {} public static CharSourceFactory stringCharSourceFactory() { return new StringSourceFactory(); } public static ByteSourceFactory byteArraySourceFactory() { return new ByteArraySourceFactory(); } public static ByteSourceFactory emptyByteSourceFactory() { return new EmptyByteSourceFactory(); } public static CharSourceFactory emptyCharSourceFactory() {
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Jul 16 17:42:14 GMT 2025 - 12.7K bytes - Click Count (0) -
guava-tests/test/com/google/common/io/ByteSourceTest.java
for (boolean asCharSource : new boolean[] {false, true}) { suite.addTest( ByteSourceTester.tests( "ByteSource.wrap[byte[]]", SourceSinkFactories.byteArraySourceFactory(), asCharSource)); suite.addTest( ByteSourceTester.tests( "ByteSource.empty[]", SourceSinkFactories.emptyByteSourceFactory(), asCharSource)); }
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Mar 19 18:53:45 GMT 2026 - 15.6K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/io/ByteSourceTest.java
for (boolean asCharSource : new boolean[] {false, true}) { suite.addTest( ByteSourceTester.tests( "ByteSource.wrap[byte[]]", SourceSinkFactories.byteArraySourceFactory(), asCharSource)); suite.addTest( ByteSourceTester.tests( "ByteSource.empty[]", SourceSinkFactories.emptyByteSourceFactory(), asCharSource)); }
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Mar 19 18:53:45 GMT 2026 - 15.6K bytes - Click Count (0)