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

Class JarEntryFactory

classpath/java/util/jar/JarFile.java:74–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72 }
73
74 private static class JarEntryFactory implements EntryFactory {
75 public static final JarEntryFactory Instance = new JarEntryFactory();
76
77 public ZipEntry makeEntry(Window window, int pointer) {
78 return new MyJarEntry(window, pointer);
79 }
80 }
81}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected