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

Method reset

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

Source from the content-addressed store, hash-verified

71 }
72
73 public void reset() {
74 dispose();
75 peer = make(nowrap);
76 input = null;
77 offset = length = 0;
78 needDictionary = finished = false;
79 }
80
81 public int inflate(byte[] output) throws DataFormatException {
82 return inflate(output, 0, output.length);

Callers

nothing calls this directly

Calls 2

disposeMethod · 0.95
makeMethod · 0.95

Tested by

no test coverage detected