* Write data from the given buffer. * @param buffer The buffer to get the data from. * @param offset The offset where to start reading the data. * @param count The number of bytes to write
(buffer: Uint8Array, offset: number, count: number)
| 21 | * @param count The number of bytes to write |
| 22 | */ |
| 23 | write(buffer: Uint8Array, offset: number, count: number): void; |
| 24 | } |
no outgoing calls