()
| 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); |