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

Method getSize

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

Source from the content-addressed store, hash-verified

59 }
60
61 public long getSize() {
62 try {
63 return uncompressedSize(window, pointer);
64 } catch (IOException e) {
65 return 0;
66 }
67 }
68
69 public int pointer() {
70 return pointer;

Callers

nothing calls this directly

Calls 1

uncompressedSizeMethod · 0.80

Tested by

no test coverage detected