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

Method dispose

classpath/java/util/zip/Deflater.java:154–159  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

152 }
153
154 public void dispose() {
155 if (peer != 0) {
156 dispose(peer);
157 peer = 0;
158 }
159 }
160
161 private static native void dispose(long peer);
162}

Callers 3

setLevelMethod · 0.95
resetMethod · 0.95
endMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected