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

Method getCompressedSize

classpath/java/util/jar/JarFile.java:53–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51 }
52
53 public long getCompressedSize() {
54 try {
55 return compressedSize(window, pointer);
56 } catch (IOException e) {
57 return 0;
58 }
59 }
60
61 public long getSize() {
62 try {

Callers

nothing calls this directly

Calls 1

compressedSizeMethod · 0.80

Tested by

no test coverage detected