Data reads the data bytes in their entirety.
([]byte)
| 26 | io.Reader |
| 27 | // Data reads the data bytes in their entirety. |
| 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. |
no outgoing calls