- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for nativeOrder (0.05 sec)
-
guava/src/com/google/common/hash/LittleEndianByteArray.java
* */ String arch = System.getProperty("os.arch"); if (Objects.equals(arch, "amd64") || Objects.equals(arch, "aarch64")) { return ByteOrder.nativeOrder().equals(ByteOrder.LITTLE_ENDIAN) ? UnsafeByteArray.UNSAFE_LITTLE_ENDIAN : UnsafeByteArray.UNSAFE_BIG_ENDIAN; } } catch (Throwable t) { // ensure we really catch *everything*
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Feb 12 03:49:18 UTC 2025 - 12.3K bytes - Viewed (0)