* Write a single byte to the stream. * @param value The value to write.
(value: number)
| 13 | * @param value The value to write. |
| 14 | */ |
| 15 | writeByte(value: number): void; |
| 16 | |
| 17 | /** |
| 18 | * Write data from the given buffer. |
no outgoing calls
no test coverage detected