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

Method getSize

src/bin/zip/ZipEntry.java:83–85  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

81 }
82
83 public long getSize() {
84 return size;
85 }
86
87 public void setSize(long size) {
88 this.size = size;

Callers 5

optimizeMethod · 0.95
collectChildrenMethod · 0.95
getInputStreamMethod · 0.80
CenterFileHeaderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected