(value)
| 140 | this.sections[section].push(record); |
| 141 | } |
| 142 | writeU8(value) { |
| 143 | const state = this.state; |
| 144 | if (state.result) |
| 145 | state.result[state.position] = value; |
| 146 | state.position += 1; |
| 147 | } |
| 148 | writeU16(value) { |
| 149 | const state = this.state; |
| 150 | if (state.result) { |