MCPcopy Create free account
hub / github.com/CoderLine/alphaTab / finish

Method finish

packages/alphatab/src/zip/Deflater.ts:206–208  ·  view source on GitHub ↗

* 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.

()

Source from the content-addressed store, hash-verified

204 * be called to force all bytes to be flushed.
205 */
206 public finish() {
207 this._state |= Deflater._isFlushing | Deflater.isFinishing;
208 }
209}

Callers 1

_compressMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected