MCPcopy Create free account
hub / github.com/L-JINBIN/ApkDataMultiplexing / getEntry

Method getEntry

src/bin/zip/ZipFile.java:27–29  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

25 }
26
27 public ZipEntry getEntry(String name) {
28 return entries.get(name);
29 }
30
31 public ZipEntry getEntryNonNull(String name) throws IOException {
32 ZipEntry entry = entries.get(name);

Callers 2

collectChildrenMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected