Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for putLongLittleEndian (0.19 seconds)

  1. android/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
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Wed Apr 01 17:27:13 GMT 2026
    - 10.1K bytes
    - Click Count (0)
Back to Top