()
| 233 | } |
| 234 | } |
| 235 | writeSections() { |
| 236 | for (let i = 0, sections = this.sections, length = sections.length; i < length; i++) |
| 237 | sections[i].forEach(record => this.writeRecord(record)); |
| 238 | } |
| 239 | build() { |
| 240 | const sections = this.sections; |
| 241 | this.state = {position: 12, nameOffsets: new Map}; |