Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ entries
Method
entries
classpath/java/util/zip/ZipFile.java:72–74 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
70
}
71
72
public
Enumeration<? extends ZipEntry> entries() {
73
return
makeEnumeration(ZipEntryFactory.Instance);
74
}
75
76
protected
ZipEntry getEntry(EntryFactory factory, String name) {
77
while
(name.startsWith(
"/"
)) {
Callers
2
main
Method · 0.95
verifyContents
Method · 0.95
Calls
1
makeEnumeration
Method · 0.95
Tested by
2
main
Method · 0.76
verifyContents
Method · 0.76