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

Method getSize

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

Source from the content-addressed store, hash-verified

305 }
306
307 public long getSize() {
308 try {
309 return uncompressedSize(window, pointer);
310 } catch (IOException e) {
311 return 0;
312 }
313 }
314
315 public int pointer() {
316 return pointer;

Callers

nothing calls this directly

Calls 1

uncompressedSizeMethod · 0.80

Tested by

no test coverage detected