- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for realBytes (0.04 seconds)
-
android/guava/src/com/google/common/io/ByteStreams.java
* @since 14.0 */ @CanIgnoreReturnValue // some processors won't return a useful result @ParametricNullness @J2ktIncompatible public static <T extends @Nullable Object> T readBytes( InputStream input, ByteProcessor<T> processor) throws IOException { checkNotNull(input); checkNotNull(processor); byte[] buf = createBuffer(); int read; do {
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 23 21:06:42 GMT 2026 - 31.1K bytes - Click Count (0)