- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for ByteArrayByteSource (0.06 sec)
-
android/guava/src/com/google/common/io/ByteSource.java
} } private static class ByteArrayByteSource extends ByteSource { final byte[] bytes; final int offset; final int length; ByteArrayByteSource(byte[] bytes) { this(bytes, 0, bytes.length); } // NOTE: Preconditions are enforced by slice, the only non-trivial caller. ByteArrayByteSource(byte[] bytes, int offset, int length) {Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Mon Sep 08 18:35:13 UTC 2025 - 25.7K bytes - Viewed (0)