Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/L-JINBIN/ApkDataMultiplexing
/ getSize
Method
getSize
src/bin/zip/ZipEntry.java:83–85 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
81
}
82
83
public
long getSize() {
84
return
size;
85
}
86
87
public
void
setSize(long size) {
88
this.size = size;
Callers
5
optimize
Method · 0.95
isZipFileContentEquals
Method · 0.95
collectChildren
Method · 0.95
getInputStream
Method · 0.80
CenterFileHeader
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected