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

Method getEntrySize

src/bin/zip/ZipFile.java:43–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41 }
42
43 public int getEntrySize() {
44 return entries.size();
45 }
46
47 private void readEntries() throws IOException {
48 EocdRecord eocdRecord = readEocdRecord();

Callers 1

Calls 1

sizeMethod · 0.65

Tested by

no test coverage detected