Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for readEntryType (0.25 sec)

  1. platforms/core-execution/execution/src/main/java/org/gradle/internal/execution/history/impl/FileSystemSnapshotSerializer.java

            SnapshotStack stack = new SnapshotStack();
            stack.push();
            Deque<String> pathTracker = new ArrayDeque<>();
            while (true) {
                EntryType type = readEntryType(decoder);
                if (type == EntryType.END) {
                    break;
                }
                if (type != EntryType.DIR_CLOSE) {
                    String path = decoder.readString();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 26 15:45:55 UTC 2024
    - 9.6K bytes
    - Viewed (0)
Back to top