MCPcopy Create free account
hub / github.com/ReadyTalk/avian / getCompressedSize

Method getCompressedSize

classpath/java/util/zip/ZipFile.java:299–305  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

297 }
298
299 public long getCompressedSize() {
300 try {
301 return compressedSize(window, pointer);
302 } catch (IOException e) {
303 return 0;
304 }
305 }
306
307 public long getSize() {
308 try {

Callers

nothing calls this directly

Calls 1

compressedSizeMethod · 0.80

Tested by

no test coverage detected