- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for putLongLittleEndian (0.36 sec)
-
guava/src/com/google/common/hash/LittleEndianByteArray.java
// We don't want to assert in production code. assert offset >= 0 && offset + 8 <= sink.length; // Delegates to the fast (unsafe)version or the fallback. byteArray.putLongLittleEndian(sink, offset, value); } /** * Load 4 bytes from the provided array at the indicated offset. * * @param source the input bytes * @param offset the offset into the array at which to start
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Sat Oct 19 00:26:48 UTC 2024 - 9.8K bytes - Viewed (0)