Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for processEntry (0.2 sec)

  1. build-logic-commons/basics/src/main/kotlin/gradlebuild/basics/tasks/PackageListGenerator.kt

                        while (zipEntry != null) {
                            processEntry(zipEntry, builder)
                            zipEntry = inputStream.nextEntry
                        }
                    }
                })
            }
    
            @Throws(IOException::class)
            private
            fun processEntry(zipEntry: ZipEntry, builder: Trie.Builder) {
                val name = zipEntry.name
    Plain Text
    - Registered: Wed May 08 11:36:15 GMT 2024
    - Last Modified: Sat Sep 30 16:17:28 GMT 2023
    - 6.3K bytes
    - Viewed (0)
Back to top