* Read a single byte from the data stream. * @returns The value of the next byte or -1 if there is no more data.
()
| 31 | * @returns The value of the next byte or -1 if there is no more data. |
| 32 | */ |
| 33 | readByte(): number; |
| 34 | |
| 35 | /** |
| 36 | * Reads the given number of bytes from the stream into the given buffer. |
no outgoing calls
no test coverage detected