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

Method needsDictionary

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

Source from the content-addressed store, hash-verified

49 }
50
51 public boolean needsDictionary() {
52 return needDictionary;
53 }
54
55 public boolean needsInput() {
56 return getRemaining() == 0;

Callers 1

readMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected