* Skip the given number of bytes. * @param offset The number of bytes to skip.
(offset: number)
| 25 | * @param offset The number of bytes to skip. |
| 26 | */ |
| 27 | skip(offset: number): void; |
| 28 | |
| 29 | /** |
| 30 | * Read a single byte from the data stream. |
no outgoing calls
no test coverage detected