MCPcopy Create free account
hub / github.com/L-JINBIN/ApkDataMultiplexing / setCrc

Method setCrc

src/bin/zip/ZipEntry.java:71–73  ·  view source on GitHub ↗
(int crc)

Source from the content-addressed store, hash-verified

69 }
70
71 void setCrc(int crc) {
72 this.crc = crc;
73 }
74
75 public long getCompressedSize() {
76 return compressedSize;

Callers 1

readEntriesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected