Set the error state and stop reading from the stream.
(error)
| 60 | Error() error |
| 61 | // Set the error state and stop reading from the stream. |
| 62 | SetError(error) |
| 63 | } |
| 64 | |
| 65 | // ReadUint reads an unsigned integer of either 8, 16, 32 or 64 bits from r, |
no outgoing calls