Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ nextElement
Method
nextElement
classpath/java/util/zip/ZipFile.java:349–351 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
347
}
348
349
public
ZipEntry nextElement() {
350
return
factory.makeEntry(window, iterator.next());
351
}
352
}
353
354
private
static
class
MyInputStream extends InputStream {
Callers
nothing calls this directly
Calls
2
makeEntry
Method · 0.65
next
Method · 0.65
Tested by
no test coverage detected