Int16 decodes and returns a signed, 16 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. |
| 38 | Uint16() uint16 |
| 39 | // Int32 decodes and returns a signed, 32 bit integer value from the Reader. |