* Reads the given number of bytes from the stream into the given buffer. * @param buffer The buffer to fill. * @param offset The offset in the buffer where to start writing. * @param count The number of bytes to read. * @returns
(buffer: Uint8Array, offset: number, count: number)
| 40 | * @returns |
| 41 | */ |
| 42 | read(buffer: Uint8Array, offset: number, count: number): number; |
| 43 | |
| 44 | /** |
| 45 | * Reads the remaining data. |
no outgoing calls
no test coverage detected