- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for getByteArrayBaseOffset (0.11 seconds)
-
android/guava/src/com/google/common/primitives/UnsignedBytes.java
/** * The offset to the first element in a byte array, or {@link * #OFFSET_UNSAFE_APPROACH_IS_UNAVAILABLE}. */ static final int BYTE_ARRAY_BASE_OFFSET = getByteArrayBaseOffset(); private static int getByteArrayBaseOffset() { if (theUnsafe == null) { return OFFSET_UNSAFE_APPROACH_IS_UNAVAILABLE; } try {Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 23 16:38:16 GMT 2026 - 21K bytes - Click Count (0)