MCPcopy Create free account
hub / github.com/ReadyTalk/avian / makeEntry

Method makeEntry

classpath/java/util/zip/ZipFile.java:321–321  ·  view source on GitHub ↗
(Window window, int pointer)

Source from the content-addressed store, hash-verified

319
320 protected interface EntryFactory {
321 public ZipEntry makeEntry(Window window, int pointer);
322 }
323
324 private static class ZipEntryFactory implements EntryFactory {

Callers 2

getEntryMethod · 0.65
nextElementMethod · 0.65

Implementers 2

ZipEntryFactoryclasspath/java/util/zip/ZipFile.java
JarEntryFactoryclasspath/java/util/jar/JarFile.java

Calls

no outgoing calls

Tested by

no test coverage detected