| 26 | * finish() is a subarray view; caller should copy if the writer will be reused. |
| 27 | */ |
| 28 | export class BinaryWriter { |
| 29 | private readonly buf: Uint8Array; |
| 30 | private readonly dv: DataView; |
| 31 | private off = 0; |
nothing calls this directly
no outgoing calls
no test coverage detected