Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for padToLong (0.19 sec)

  1. subprojects/core/src/main/java/org/gradle/internal/classpath/InPlaceClasspathBuilder.java

                return compressionMethod != CompressionMethod.STORED;
            }
    
            private static long computeCrc32Of(byte[] contents) {
                return Hashing.crc32().hashBytes(contents).padToLong();
            }
        }
    
        @Override
        public void directory(File destinationDir, Action action) {
            try {
                buildDirectory(destinationDir, action);
            } catch (Exception e) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Feb 09 14:05:09 UTC 2024
    - 6.9K bytes
    - Viewed (0)
Back to top