Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getCurrentEntry (0.24 sec)

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

            }
    
            @Override
            public InputStream open() {
                if (read) {
                    getFile();
                    return GFileUtils.openInputStream(getFile());
                } else if (tar.getCurrentEntry() != entry) {
                    throw new UnsupportedOperationException(String.format("The contents of %s have already been read.", this));
                } else {
                    read = true;
                    return tar;
    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