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

Method getRemaining

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

Source from the content-addressed store, hash-verified

57 }
58
59 public int getRemaining() {
60 return length;
61 }
62
63 public void setInput(byte[] input) {
64 setInput(input, 0, input.length);

Callers 3

needsInputMethod · 0.95
writeMethod · 0.45
writeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected