Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/L-JINBIN/ApkDataMultiplexing
/ getCrc
Method
getCrc
src/bin/zip/ZipEntry.java:67–69 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
65
}
66
67
public
int
getCrc() {
68
return
crc;
69
}
70
71
void
setCrc(
int
crc) {
72
this.crc = crc;
Callers
4
isZipFileContentEquals
Method · 0.95
collectChildren
Method · 0.95
CenterFileHeader
Method · 0.45
closeEntry
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected