* Append mode info. On success, store the result in "bits".
(mode: Mode, bits: BitArray)
| 482 | * Append mode info. On success, store the result in "bits". |
| 483 | */ |
| 484 | public static appendModeInfo(mode: Mode, bits: BitArray): void { |
| 485 | bits.appendBits(mode.getBits(), 4); |
| 486 | } |
| 487 | |
| 488 | |
| 489 | /** |
no test coverage detected