- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getLongLittleEndian (0.07 sec)
-
guava/src/com/google/common/hash/LittleEndianByteArray.java
// We don't want this in production code as this is the most critical part of the loop. assert input.length >= offset + 8; // Delegates to the fast (unsafe) version or the fallback. return byteArray.getLongLittleEndian(input, offset); } /** * Similar to load64, but allows offset + 8 > input.length, padding the result with zeroes. This
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Sat Oct 19 00:26:48 UTC 2024 - 9.8K bytes - Viewed (0)