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

Method finished

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

Source from the content-addressed store, hash-verified

45 private static native long make(boolean nowrap);
46
47 public boolean finished() {
48 return finished;
49 }
50
51 public boolean needsDictionary() {
52 return needDictionary;

Callers 5

readMethod · 0.45
availableMethod · 0.45
finishMethod · 0.45
writeMethod · 0.45
closeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected