MCPcopy 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

collectChildrenMethod · 0.95
getRawInputStreamMethod · 0.80
getInputStreamMethod · 0.80
openEntryAsZipFileMethod · 0.80
CenterFileHeaderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected