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

Method reset

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

Source from the content-addressed store, hash-verified

86 }
87
88 public void reset() {
89 dispose();
90 peer = make(nowrap, DEFAULT_LEVEL);
91 input = null;
92 offset = length = 0;
93 finish = false;
94 needDictionary = finished = false;
95 }
96
97 public int deflate(byte[] output) {
98 return deflate(output, 0, output.length);

Callers

nothing calls this directly

Calls 2

disposeMethod · 0.95
makeMethod · 0.95

Tested by

no test coverage detected