Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/L-JINBIN/ApkDataMultiplexing
/ getCompressedSize
Method
getCompressedSize
src/bin/zip/ZipEntry.java:75–77 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
73
}
74
75
public
long getCompressedSize() {
76
return
compressedSize;
77
}
78
79
public
void
setCompressedSize(long compressedSize) {
80
this.compressedSize = compressedSize;
Callers
5
collectChildren
Method · 0.95
getRawInputStream
Method · 0.80
getInputStream
Method · 0.80
openEntryAsZipFile
Method · 0.80
CenterFileHeader
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected