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

Method ZipFile

src/bin/zip/ZipFile.java:18–20  ·  view source on GitHub ↗
(File file)

Source from the content-addressed store, hash-verified

16 private final Map<String, ZipEntry> entries = new LinkedHashMap<>();
17
18 public ZipFile(File file) throws IOException {
19 this(RandomAccessFactory.from(file, "r"));
20 }
21
22 public ZipFile(RandomAccessFile archive) throws IOException {
23 this.archive = archive;

Callers

nothing calls this directly

Calls 2

fromMethod · 0.95
readEntriesMethod · 0.95

Tested by

no test coverage detected