* Set static codes and length * @param staticCodes new codes * @param staticLengths length for new codes
(staticCodes: Int16Array, staticLengths: Uint8Array)
| 357 | * @param staticLengths length for new codes |
| 358 | */ |
| 359 | public setStaticCodes(staticCodes: Int16Array, staticLengths: Uint8Array) { |
| 360 | this._codes = staticCodes; |
| 361 | this.length = staticLengths; |
| 362 | } |
| 363 | |
| 364 | /** |
| 365 | * Build dynamic codes and lengths |