(buffer, count, stop = true)
| 133 | return this.#io.write(buffer, stop); |
| 134 | } |
| 135 | writeRead(buffer, count, stop = true) { |
| 136 | return this.#io.writeRead(buffer, count, stop); |
| 137 | } |
| 138 | |
| 139 | // compatibility - to be removed |
| 140 | readByte(register) { |
no outgoing calls
no test coverage detected