MCPcopy 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

collectChildrenMethod · 0.95
CenterFileHeaderMethod · 0.45
closeEntryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected