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

Method needsInput

classpath/java/util/zip/Inflater.java:55–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53 }
54
55 public boolean needsInput() {
56 return getRemaining() == 0;
57 }
58
59 public int getRemaining() {
60 return length;

Callers 1

readMethod · 0.45

Calls 1

getRemainingMethod · 0.95

Tested by

no test coverage detected