Bool decodes and returns a boolean value from the Reader.
()
| 28 | Data([]byte) |
| 29 | // Bool decodes and returns a boolean value from the Reader. |
| 30 | Bool() bool |
| 31 | // Int8 decodes and returns a signed, 8 bit integer value from the Reader. |
| 32 | Int8() int8 |
| 33 | // Uint8 decodes and returns an unsigned, 8 bit integer value from the Reader. |
no outgoing calls