* Finishes the deflater with the current input block. It is an error * to give more input after this method was called. This method must * be called to force all bytes to be flushed.
()
| 204 | * be called to force all bytes to be flushed. |
| 205 | */ |
| 206 | public finish() { |
| 207 | this._state |= Deflater._isFlushing | Deflater.isFinishing; |
| 208 | } |
| 209 | } |