Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isCheckSumOK (0.1 sec)

  1. subprojects/core/src/main/java/org/gradle/api/internal/file/archive/TarFileTree.java

                    TarArchiveEntry tarEntry = tais.getNextEntry();
                    if (tarEntry == null) {
                        // empty TAR
                        return;
                    }
                    if (tarEntry.isCheckSumOK()) {
                        return;
                    }
                } catch (Exception e) {
                    // can generate IllegalArgumentException as well as IOException
                    // not a TAR ignored
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 26 15:15:04 UTC 2024
    - 9.8K bytes
    - Viewed (0)
Back to top