MCPcopy 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

makeEntryMethod · 0.65
nextMethod · 0.65

Tested by

no test coverage detected