- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for ConcatenatedByteSource (0.11 seconds)
-
android/guava/src/com/google/common/io/ByteSource.java
} @Override public String toString() { return "ByteSource.empty()"; } } private static final class ConcatenatedByteSource extends ByteSource { final Iterable<? extends ByteSource> sources; ConcatenatedByteSource(Iterable<? extends ByteSource> sources) { this.sources = checkNotNull(sources); } @OverrideCreated: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Mon Sep 08 18:35:13 GMT 2025 - 25.7K bytes - Click Count (0)