Int16 encodes a signed, 16 bit integer value to the Writer.
(int16)
| 33 | Uint8(uint8) |
| 34 | // Int16 encodes a signed, 16 bit integer value to the Writer. |
| 35 | Int16(int16) |
| 36 | // Uint16 encodes an unsigned, 16 bit integer value to the Writer. |
| 37 | Uint16(uint16) |
| 38 | // Int32 encodes a signed, 32 bit integer value to the Writer. |