Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
isZipFileContentEquals
Method · 0.80
Calls
1
size
Method · 0.65
Tested by
no test coverage detected