MCPcopy 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

mainMethod · 0.95
verifyContentsMethod · 0.95

Calls 1

makeEnumerationMethod · 0.95

Tested by 2

mainMethod · 0.76
verifyContentsMethod · 0.76