Int8 encodes a signed, 8 bit integer value to the Writer.
(int8)
| 29 | Bool(bool) |
| 30 | // Int8 encodes a signed, 8 bit integer value to the Writer. |
| 31 | Int8(int8) |
| 32 | // Uint8 encodes an unsigned, 8 bit integer value to the Writer. |
| 33 | Uint8(uint8) |
| 34 | // Int16 encodes a signed, 16 bit integer value to the Writer. |