Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for FileZipInput (0.13 sec)

  1. platforms/core-runtime/files/src/main/java/org/gradle/api/internal/file/archive/impl/FileZipInput.java

    import java.io.FileNotFoundException;
    import java.io.IOException;
    import java.io.InputStream;
    import java.util.Enumeration;
    import java.util.Iterator;
    import java.util.zip.ZipFile;
    
    public class FileZipInput implements ZipInput {
    
        /**
         * Creates a stream of the entries in the given zip file. Caller is responsible for closing the return value.
         *
         * @throws FileException on failure to open the Zip
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 12:11:00 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  2. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.api.internal.file.archive.impl.FileZipInput$1> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (FileZipInput.java:0)
    Class <org.gradle.api.internal.file.archive.impl.FileZipInput$FileZipEntry> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (FileZipInput.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 967.9K bytes
    - Viewed (0)
Back to top