Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for castBuffer (0.27 sec)

  1. platforms/core-execution/hashing/src/main/java/org/gradle/internal/hash/Hashing.java

                getDigest().update(bytes, off, len);
            }
    
            private void update(int length) {
                getDigest().update(buffer.array(), 0, length);
                castBuffer(buffer).clear();
            }
    
            /**
             * Without this cast, when the code compiled by Java 9+ is executed on Java 8, it will throw
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 26 16:02:30 UTC 2024
    - 12.3K bytes
    - Viewed (0)
Back to top