()
| 13 | } |
| 14 | |
| 15 | public readSectionHeader(): RwSectionHeader { |
| 16 | const sectionType = this.readUint32(); |
| 17 | const sectionSize = this.readUint32(); |
| 18 | const versionNumber = this.readUint32(); |
| 19 | |
| 20 | return { sectionType, sectionSize, versionNumber }; |
| 21 | } |
| 22 | } |
no test coverage detected