| 8 | * type moves the offset by the size of the type read. |
| 9 | */ |
| 10 | export class BinaryWriter { |
| 11 | /** |
| 12 | * The underlying `ArrayBuffer` instance that contains the binary data. |
| 13 | */ |
nothing calls this directly
no outgoing calls
no test coverage detected