Uint8 decodes and returns an unsigned, 8 bit integer value from the Reader.
()
| 32 | Int8() int8 |
| 33 | // Uint8 decodes and returns an unsigned, 8 bit integer value from the Reader. |
| 34 | Uint8() uint8 |
| 35 | // Int16 decodes and returns a signed, 16 bit integer value from the Reader. |
| 36 | Int16() int16 |
| 37 | // Uint16 decodes and returns an unsigned, 16 bit integer value from the Reader. |
no outgoing calls