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

Method reset

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

* Resets the deflater. The deflater acts afterwards as if it was * just created with the same compression level and strategy as it * had before.

()

Source from the content-addressed store, hash-verified

123 * had before.
124 */
125 public reset() {
126 this._state = Deflater._busyState;
127 this._pending.reset();
128 this._engine.reset();
129 }
130
131 /**
132 * Sets the data which should be compressed next. This should be

Callers 1

constructorMethod · 0.95

Calls 1

resetMethod · 0.65

Tested by

no test coverage detected