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

Class ZipEntryFactory

classpath/java/util/zip/ZipFile.java:324–330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

322 }
323
324 private static class ZipEntryFactory implements EntryFactory {
325 public static final ZipEntryFactory Instance = new ZipEntryFactory();
326
327 public ZipEntry makeEntry(Window window, int pointer) {
328 return new MyZipEntry(window, pointer);
329 }
330 }
331
332 private static class MyEnumeration implements Enumeration<ZipEntry> {
333 private final EntryFactory factory;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected